예제 #1
0
 public UnidadResidencialController(MercadoAngelCalleContext context)
 {
     _context = context;
 }
예제 #2
0
 public CiudadController(MercadoAngelCalleContext context)
 {
     _context = context;
 }
예제 #3
0
 public ApartamentoController(MercadoAngelCalleContext context)
 {
     _context = context;
 }
예제 #4
0
 public CompraController(MercadoAngelCalleContext context)
 {
     _context = context;
 }
예제 #5
0
 public ProductoController(MercadoAngelCalleContext context)
 {
     _context = context;
 }
예제 #6
0
 public PropietarioController(MercadoAngelCalleContext context)
 {
     _context = context;
 }
예제 #7
0
 public PaisController(MercadoAngelCalleContext context)
 {
     _context = context;
 }