public SalesRecordService(SistemaWebContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public DepartmentsController(SistemaWebContext context)
 {
     _context = context;
 }
 public DepartmentService(SistemaWebContext context)
 {
     _context = context;
 }
 public SellerService(SistemaWebContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public SeedingService(SistemaWebContext context)
 {
     _context = context;
 }