예제 #1
0
 public AttendancesController(CourseApiService courseApiService, AttendanceApiService attendanceApiService)
 {
     ApiUrl                = ConfigHelper.GetConfigPar <string>("ApiUrl");
     _courseApiService     = courseApiService;
     _attendanceApiService = attendanceApiService;
 }
예제 #2
0
 public HomeController(AttendanceApiService attendanceApiService)
 {
 }