示例#1
0
 public List <Students> GetStudentsByNameAndType(string name, string userType)
 {
     try
     {
         return(ss.GetStudentsDataByNameAndType(name, userType));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }