Example #1
0
 public TripListService(iPow.Domain.Repository.ITripListRepository tripList)
 {
     if (tripList == null)
     {
         throw new ArgumentNullException(" tripListRepository   is null");
     }
     tripListRepository = tripList;
 }
Example #2
0
 public TripListService( iPow.Domain.Repository.ITripListRepository tripList)
 {
     if (tripList == null)
         {
             throw new ArgumentNullException(" tripListRepository   is null");
         }
         tripListRepository = tripList;
 }