Example #1
0
 public LogService(iPow.Domain.Repository.ILogRepository log)
 {
     if (log == null)
     {
         throw new ArgumentNullException(" logRepository   is null");
     }
     logRepository = log;
 }
Example #2
0
 public LogService( iPow.Domain.Repository.ILogRepository log)
 {
     if (log == null)
         {
             throw new ArgumentNullException(" logRepository   is null");
         }
         logRepository = log;
 }