Exemplo n.º 1
0
 public phone_lyService( iPow.Domain.Repository.Iphone_lyRepository phone_ly)
 {
     if (phone_ly == null)
         {
             throw new ArgumentNullException(" phone_lyRepository   is null");
         }
         phone_lyRepository = phone_ly;
 }
Exemplo n.º 2
0
 public phone_lyService(iPow.Domain.Repository.Iphone_lyRepository phone_ly)
 {
     if (phone_ly == null)
     {
         throw new ArgumentNullException(" phone_lyRepository   is null");
     }
     phone_lyRepository = phone_ly;
 }