예제 #1
0
 public phoneCountService(iPow.Domain.Repository.IphoneCountRepository phoneCount)
 {
     if (phoneCount == null)
     {
         throw new ArgumentNullException(" phoneCountRepository   is null");
     }
     phoneCountRepository = phoneCount;
 }
예제 #2
0
 public phoneCountService( iPow.Domain.Repository.IphoneCountRepository phoneCount)
 {
     if (phoneCount == null)
         {
             throw new ArgumentNullException(" phoneCountRepository   is null");
         }
         phoneCountRepository = phoneCount;
 }