Exemple #1
0
 public UnitTest()
 {
     authsvc = new AuthorizationService.AuthorizationService();
     reportsvc = new ReportService.ReportService();
     kingdomsvc = new KingdomService.KingdomService();
     parksvc = new ParkService.ParkService();
 }
Exemple #2
0
 public UnitTest()
 {
     authsvc    = new AuthorizationService.AuthorizationService();
     reportsvc  = new ReportService.ReportService();
     kingdomsvc = new KingdomService.KingdomService();
     parksvc    = new ParkService.ParkService();
 }