コード例 #1
0
 public UsuarioController()
 {
     this.repo = new Models.HotelEntities1();
     this.sm   = new Models.SecurityManager();
 }
コード例 #2
0
 public SecurityManager()
 {
     this.repo = new HotelEntities1();
 }
コード例 #3
0
 public OfertaController()
 {
     this.repo = new Models.HotelEntities1();
 }
コード例 #4
0
 public ClientesController()
 {
     this.repo = new Models.HotelEntities1();
 }