示例#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);
 }