コード例 #1
0
 public string GetEnrollmentStatus(string companyId)
 {
     return(repo.GetEnrollmentStatus(companyId));
 }
コード例 #2
0
 public string GetEnrollmentStatus(string bclCode)
 {
     return(repo.GetEnrollmentStatus(bclCode));
 }