public DepartmentsController(ProjetoUdemyContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public SellerServices(ProjetoUdemyContext context)
 {
     _context = context;
 }