Exemplo n.º 1
0
 public HotelDailyRates2Service( iPow.Domain.Repository.IHotelDailyRates2Repository hotelDailyRates2)
 {
     if (hotelDailyRates2 == null)
         {
             throw new ArgumentNullException(" hotelDailyRates2Repository   is null");
         }
         hotelDailyRates2Repository = hotelDailyRates2;
 }