public HotelReservationInfoService( iPow.Domain.Repository.IHotelReservationInfoRepository hotelReservationInfo)
 {
     if (hotelReservationInfo == null)
         {
             throw new ArgumentNullException(" hotelReservationInfoRepository   is null");
         }
         hotelReservationInfoRepository = hotelReservationInfo;
 }
 public HotelReservationInfoService(iPow.Domain.Repository.IHotelReservationInfoRepository hotelReservationInfo)
 {
     if (hotelReservationInfo == null)
     {
         throw new ArgumentNullException(" hotelReservationInfoRepository   is null");
     }
     hotelReservationInfoRepository = hotelReservationInfo;
 }