Beispiel #1
0
 public HotelsRepository()
 {
     _logger             = new ProjectLogger();
     _myNextHotelContext = new MyNextHotelDbContext();
 }