예제 #1
0
파일: UnitTest.cs 프로젝트: jfefes/ORK3
 public UnitTest()
 {
     authsvc = new AuthorizationService.AuthorizationService();
     reportsvc = new ReportService.ReportService();
     kingdomsvc = new KingdomService.KingdomService();
     parksvc = new ParkService.ParkService();
 }
예제 #2
0
 public UnitTest()
 {
     authsvc    = new AuthorizationService.AuthorizationService();
     reportsvc  = new ReportService.ReportService();
     kingdomsvc = new KingdomService.KingdomService();
     parksvc    = new ParkService.ParkService();
 }