добавлен класс контроллер и интерфейс приложения

This commit is contained in:
Никита Чернышов 2023-05-04 01:50:55 +04:00
parent a0b3663381
commit 63de256ae3
3 changed files with 25 additions and 0 deletions

5
SubdShoeStore/Cfg.txt Normal file
View File

@ -0,0 +1,5 @@
Host=192.168.56.101;
Port=5432;
Database=shoestorelab5;
Username=postgres;
Password=1804;

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SubdShoeStore
{
internal class Controller
{
}
}

8
SubdShoeStore/View.txt Normal file
View File

@ -0,0 +1,8 @@
0 - выход
1 - для получения списка всех consignment
2 - для получения списка всех range
3 - для получения списка всех seller
4 - для получения списка всех selling
5 - добавить в range
6 - удаление и редактирование range
7 - замеры времени