コード例 #1
0
 public static ICourseService GetCourseService()
 {
     return(new CourseService(DataAccessFactory.GetCourseDataAccess()));
 }