Пример #1
0
 public HotelRoomInfoService( iPow.Domain.Repository.IHotelRoomInfoRepository hotelRoomInfo)
 {
     if (hotelRoomInfo == null)
         {
             throw new ArgumentNullException(" hotelRoomInfoRepository   is null");
         }
         hotelRoomInfoRepository = hotelRoomInfo;
 }
Пример #2
0
 public HotelRoomInfoService(iPow.Domain.Repository.IHotelRoomInfoRepository hotelRoomInfo)
 {
     if (hotelRoomInfo == null)
     {
         throw new ArgumentNullException(" hotelRoomInfoRepository   is null");
     }
     hotelRoomInfoRepository = hotelRoomInfo;
 }