Example #1
0
 public VouchInfoService(iPow.Domain.Repository.IVouchInfoRepository vouchInfo)
 {
     if (vouchInfo == null)
     {
         throw new ArgumentNullException(" vouchInfoRepository   is null");
     }
     vouchInfoRepository = vouchInfo;
 }
Example #2
0
 public VouchInfoService( iPow.Domain.Repository.IVouchInfoRepository vouchInfo)
 {
     if (vouchInfo == null)
         {
             throw new ArgumentNullException(" vouchInfoRepository   is null");
         }
         vouchInfoRepository = vouchInfo;
 }