public SalesRecordService(SistemaWebContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public DepartmentsController(SistemaWebContext context)
 {
     _context = context;
 }
 public DepartmentService(SistemaWebContext context)
 {
     _context = context;
 }
 public SellerService(SistemaWebContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public SeedingService(SistemaWebContext context)
 {
     _context = context;
 }