public UsuarioController()
 {
     this.repo = new Models.HotelEntities1();
     this.sm   = new Models.SecurityManager();
 }
 public SecurityManager()
 {
     this.repo = new HotelEntities1();
 }
Exemple #3
0
 public OfertaController()
 {
     this.repo = new Models.HotelEntities1();
 }
 public ClientesController()
 {
     this.repo = new Models.HotelEntities1();
 }