Ejemplo n.º 1
0
        public List <Exams> GetRolesList(System.String searchText = null, bool showDeleted = false)
        {
            string Context = this.GetType().FullName.ToString();

            try
            {
                return(ExamIntegration.GetExamsList());
            }
            catch (Exception ex)
            {
                throw (new Exception(Context, ex));
            }
        }
Ejemplo n.º 2
0
 public List <Exams> GetExamsList()
 {
     return(ExamIntegration.GetExamsList());
 }