22 lines
769 B
C#
22 lines
769 B
C#
using DatabaseImplement;
|
|
using DatabaseImplement.Implements;
|
|
using Contracts.BindingModels;
|
|
using Contracts.BusinessLogicsContracts;
|
|
using Contracts.SearchModels;
|
|
using Contracts.ViewModels;
|
|
using Microsoft.EntityFrameworkCore.Query.Internal;
|
|
using DatabaseImplement.Models;
|
|
using DataModels.Models;
|
|
|
|
DetailStorage detailStorage = new DetailStorage();
|
|
ImplementerStorage implementationStorage = new ImplementerStorage();
|
|
ProductionStorage productionionStorage = new ProductionStorage();
|
|
ProductStorage productStorage = new ProductStorage();
|
|
MachineStorage machineStorage = new MachineStorage();
|
|
GuarantorStorage guarantorStorage = new GuarantorStorage();
|
|
WorkerStorage workerStorage = new WorkerStorage();
|
|
WorkshopStorage workshopStorage = new WorkshopStorage();
|
|
|
|
|
|
|