Example #1
0
 public TripPersonManager(ITripPersonDataSvc dataService)
 {
     _dataService = Check.NotNull(dataService, nameof(dataService)); TripPersonManagerCtor();
 }