コード例 #1
0
 public string GetTotalCredit(string Id)
 {
     return(courseAssignGateway.GetTotalCredit(Id));
 }