Exemplo n.º 1
0
 public SellerService(WalmartContext contex)
 {
     _context = contex;
 }
 public DepartmentService(WalmartContext context)
 {
     _context = context;
 }
 public DepartmentsController(WalmartContext context)
 {
     _context = context;
 }