public SupplyLineRepositorySQL(SupplyDb db) { this.db = db; }
public DbRepositorySQLServer(string entityConnectionString) { this.db = new SupplyDb(entityConnectionString); }
public CommodityRepositorySQL(SupplyDb db) { this.db = db; }
//Добавить репозиторий отчётов public DbRepositorySQLServer() { this.db = new SupplyDb(); }
public ProviderRepositorySQL(SupplyDb db) { this.db = db; }
public WarehouseLinesRepositorySQL(SupplyDb db) { this.db = db; }
public UsersRepositorySQL(SupplyDb db) { this.db = db; }
public SupplyStatusRefRepositorySQL(SupplyDb db) { this.db = db; }