コード例 #1
0
 public AccountRepository(AccountingPlusContext context) : base(context)
 {
 }
コード例 #2
0
 public CustomerRepository(AccountingPlusContext context) : base(context)
 {
 }
コード例 #3
0
 public GenericRepository(AccountingPlusContext context)
 {
     _entities = context;
 }
コード例 #4
0
 public TempControlAccountRepository(AccountingPlusContext context)
     : base(context)
 {
 }
コード例 #5
0
 public CurrencyRepository(AccountingPlusContext context)
     : base(context)
 {
 }
コード例 #6
0
 public StructureRepository(AccountingPlusContext context)
     : base(context)
 {
 }
コード例 #7
0
 public CategoryRepository(AccountingPlusContext context)
     : base(context)
 {
 }
コード例 #8
0
 public ProductUnitRepository(AccountingPlusContext context)
     : base(context)
 {
 }