public CompaniesRepository(InventoryAccountingContext context) : base(context)
 {
 }
 public ContractsRepository(InventoryAccountingContext context) : base(context)
 {
 }
 public PersonsRepository(InventoryAccountingContext context) : base(context)
 {
 }
示例#4
0
 public TmcTypesRepository(InventoryAccountingContext context) : base(context)
 {
 }
示例#5
0
 public GenericDataRepository(InventoryAccountingContext context)
 {
     this.context = context;
 }
 public RoomsRepository(InventoryAccountingContext context) : base(context)
 {
 }