コード例 #1
0
 public List <CRM_EnrolmentHistory> EnrolmentHistory_GetAllBAL(long PersonID)
 {
     return(DAL.EnrolmentHistory_GetAllDAL(PersonID));
 }