public AccountRepository(AccountingPlusContext context) : base(context)
 {
 }
Пример #2
0
 public CustomerRepository(AccountingPlusContext context) : base(context)
 {
 }
Пример #3
0
 public GenericRepository(AccountingPlusContext context)
 {
     _entities = context;
 }
 public TempControlAccountRepository(AccountingPlusContext context)
     : base(context)
 {
 }
 public CurrencyRepository(AccountingPlusContext context)
     : base(context)
 {
 }
Пример #6
0
 public StructureRepository(AccountingPlusContext context)
     : base(context)
 {
 }
Пример #7
0
 public CategoryRepository(AccountingPlusContext context)
     : base(context)
 {
 }
 public ProductUnitRepository(AccountingPlusContext context)
     : base(context)
 {
 }