예제 #1
0
 public CategoriumsController(dbproductosContext context)
 {
     _context = context;
 }
 public ProductoesController(dbproductosContext context)
 {
     _context = context;
 }
예제 #3
0
 public LoginController(dbproductosContext context)
 {
     _context = context;
 }