예제 #1
0
 public UsuarioController(InfoHomeContext context)
 {
     _usuarioService     = new UsuariosService(context);
     _casaService        = new CasaService(context);
     _publicacionService = new PublicacionService(context);
 }
예제 #2
0
 public CasaController(InfoHomeContext context)
 {
     _casaService = new CasaService(context);
 }