예제 #1
0
 public string getStateList()
 {
     try
     {
         return(dbUtility.GetAllDocuments("Master_State"));
     }
     catch (Exception ex)
     {
         return("Error");
     }
 }
예제 #2
0
        public string getStudentList()
        {
            DbUtility dbUtil = new DbUtility();

            try
            {
                return(dbUtil.GetAllDocuments("Master_Login"));
            }
            catch (Exception ex)
            {
                return("Error");
            }
        }