public AccountRepository(AccountingPlusContext context) : base(context) { }
public CustomerRepository(AccountingPlusContext context) : base(context) { }
public GenericRepository(AccountingPlusContext context) { _entities = context; }
public TempControlAccountRepository(AccountingPlusContext context) : base(context) { }
public CurrencyRepository(AccountingPlusContext context) : base(context) { }
public StructureRepository(AccountingPlusContext context) : base(context) { }
public CategoryRepository(AccountingPlusContext context) : base(context) { }
public ProductUnitRepository(AccountingPlusContext context) : base(context) { }