16. Создание базы данных
This commit is contained in:
parent
31df76de4d
commit
74b5ba07cc
@ -19,4 +19,8 @@
|
||||
<ProjectReference Include="..\BankContracts\BankContracts.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Implements\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
12
Bank/BankDatabase/BankDbContext.cs
Normal file
12
Bank/BankDatabase/BankDbContext.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BankDatabase
|
||||
{
|
||||
internal class BankDbContext
|
||||
{
|
||||
}
|
||||
}
|
12
Bank/BankDatabase/Models/Client.cs
Normal file
12
Bank/BankDatabase/Models/Client.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BankDatabase.Models
|
||||
{
|
||||
internal class Client
|
||||
{
|
||||
}
|
||||
}
|
12
Bank/BankDatabase/Models/Deal.cs
Normal file
12
Bank/BankDatabase/Models/Deal.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BankDatabase.Models
|
||||
{
|
||||
internal class Deal
|
||||
{
|
||||
}
|
||||
}
|
12
Bank/BankDatabase/Models/Expenses.cs
Normal file
12
Bank/BankDatabase/Models/Expenses.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BankDatabase.Models
|
||||
{
|
||||
internal class Expenses
|
||||
{
|
||||
}
|
||||
}
|
12
Bank/BankDatabase/Models/ExpensesForDeal.cs
Normal file
12
Bank/BankDatabase/Models/ExpensesForDeal.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BankDatabase.Models
|
||||
{
|
||||
internal class ExpensesForDeal
|
||||
{
|
||||
}
|
||||
}
|
12
Bank/BankDatabase/Models/Operations.cs
Normal file
12
Bank/BankDatabase/Models/Operations.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BankDatabase.Models
|
||||
{
|
||||
internal class Operations
|
||||
{
|
||||
}
|
||||
}
|
12
Bank/BankDatabase/Models/OperationsInDeal.cs
Normal file
12
Bank/BankDatabase/Models/OperationsInDeal.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BankDatabase.Models
|
||||
{
|
||||
internal class OperationsInDeal
|
||||
{
|
||||
}
|
||||
}
|
12
Bank/BankDatabase/Models/Payment.cs
Normal file
12
Bank/BankDatabase/Models/Payment.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BankDatabase.Models
|
||||
{
|
||||
internal class Payment
|
||||
{
|
||||
}
|
||||
}
|
12
Bank/BankDatabase/Models/Worker.cs
Normal file
12
Bank/BankDatabase/Models/Worker.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BankDatabase.Models
|
||||
{
|
||||
internal class Worker
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user