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