예제 #1
0
 public ClienteServices(CMBContext context)
 {
     _context = context;
 }
 public ClientesController(CMBContext context)
 {
     _context = context;
 }
예제 #3
0
 public AnunciosController(CMBContext context)
 {
     _context = context;
 }
예제 #4
0
 public AnuncioServices(CMBContext context)
 {
     _context = context;
 }