From 63de256ae3ed22f203a965e92ab75fa3d20d07aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=A7=D0=B5=D1=80?= =?UTF-8?q?=D0=BD=D1=8B=D1=88=D0=BE=D0=B2?= Date: Thu, 4 May 2023 01:50:55 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BA=D0=BB=D0=B0=D1=81=D1=81=20=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D1=82=D1=80=D0=BE=D0=BB=D0=BB=D0=B5=D1=80=20=D0=B8=20=D0=B8?= =?UTF-8?q?=D0=BD=D1=82=D0=B5=D1=80=D1=84=D0=B5=D0=B9=D1=81=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SubdShoeStore/Cfg.txt | 5 +++++ SubdShoeStore/Controller.cs | 12 ++++++++++++ SubdShoeStore/View.txt | 8 ++++++++ 3 files changed, 25 insertions(+) create mode 100644 SubdShoeStore/Cfg.txt create mode 100644 SubdShoeStore/Controller.cs create mode 100644 SubdShoeStore/View.txt diff --git a/SubdShoeStore/Cfg.txt b/SubdShoeStore/Cfg.txt new file mode 100644 index 0000000..2f72147 --- /dev/null +++ b/SubdShoeStore/Cfg.txt @@ -0,0 +1,5 @@ +Host=192.168.56.101; +Port=5432; +Database=shoestorelab5; +Username=postgres; +Password=1804; diff --git a/SubdShoeStore/Controller.cs b/SubdShoeStore/Controller.cs new file mode 100644 index 0000000..6f69b6b --- /dev/null +++ b/SubdShoeStore/Controller.cs @@ -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 + { + } +} diff --git a/SubdShoeStore/View.txt b/SubdShoeStore/View.txt new file mode 100644 index 0000000..3821255 --- /dev/null +++ b/SubdShoeStore/View.txt @@ -0,0 +1,8 @@ +0 - выход +1 - для получения списка всех consignment +2 - для получения списка всех range +3 - для получения списка всех seller +4 - для получения списка всех selling +5 - добавить в range +6 - удаление и редактирование range +7 - замеры времени