public TransactionRepository(SemesDbContext context)
 {
     Context = context;
 }
示例#2
0
 public AdmiRepository(SemesDbContext context, IFeatureManager featureManager)
 {
     Context = context;
 }
示例#3
0
 public WearhouseRepository(SemesDbContext context)
 {
     Context = context;
 }
示例#4
0
 public SupplierRepository(SemesDbContext context)
 {
     Context = context;
 }
示例#5
0
 public ItemRepository(SemesDbContext context)
 {
     Context = context;
 }
示例#6
0
 public ProductRepository(SemesDbContext context)
 {
     Context = context;
 }
示例#7
0
 public EmployeeRepository(SemesDbContext context)
 {
     Context = context;
 }
示例#8
0
 public ClientRepository(SemesDbContext context)
 {
     Context = context;
 }