示例#1
0
 public T_DailyRatesService( iPow.Domain.Repository.IT_DailyRatesRepository t_DailyRates)
 {
     if (t_DailyRates == null)
         {
             throw new ArgumentNullException(" t_DailyRatesRepository   is null");
         }
         t_DailyRatesRepository = t_DailyRates;
 }
示例#2
0
 public T_DailyRatesService(iPow.Domain.Repository.IT_DailyRatesRepository t_DailyRates)
 {
     if (t_DailyRates == null)
     {
         throw new ArgumentNullException(" t_DailyRatesRepository   is null");
     }
     t_DailyRatesRepository = t_DailyRates;
 }