예제 #1
0
 public BaseRepository(DahkmDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public ManufacturerRepository(DahkmDbContext context) : base(context)
 {
 }
예제 #3
0
 public OrderRepository(DahkmDbContext context) : base(context)
 {
 }
예제 #4
0
 public CustomerRepository(DahkmDbContext context) : base(context)
 {
 }
예제 #5
0
 public UnitOfWork(DahkmDbContext context)
 {
     _context = context;
 }
예제 #6
0
 public ProductRepository(DahkmDbContext context) : base(context)
 {
 }
예제 #7
0
 public MetricsRepository(DahkmDbContext context) : base(context)
 {
 }
예제 #8
0
 public VendorRepository(DahkmDbContext context) : base(context)
 {
 }