Esempio n. 1
0
 public SightVouchService(iPow.Domain.Repository.ISightVouchRepository sightVouch)
 {
     if (sightVouch == null)
     {
         throw new ArgumentNullException(" sightVouchRepository   is null");
     }
     sightVouchRepository = sightVouch;
 }
Esempio n. 2
0
 public SightVouchService( iPow.Domain.Repository.ISightVouchRepository sightVouch)
 {
     if (sightVouch == null)
         {
             throw new ArgumentNullException(" sightVouchRepository   is null");
         }
         sightVouchRepository = sightVouch;
 }