コード例 #1
0
 public DTO.ResponseService <string> GetCourseNumber(string licenseCode)
 {
     return(svc.GetCourseNumber(licenseCode));
 }