예제 #1
0
 public List <CertificationHist> GetUserCertHistoryByID(int id)
 {
     return(Repository.GetUserCertHistoryByID(id));
 }