Ejemplo n.º 1
0
 public DepartmentsController(SistemaWebMvcVendedoresContext context)
 {
     _context = context;
 }
 public DepartmentService(SistemaWebMvcVendedoresContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public SellerService(SistemaWebMvcVendedoresContext context)
 {
     _context = context;
 }