Esempio n. 1
0
 public bool CheckSecurityEmployee(string id, string ques, string ans)
 {
     try
     {
         bool result;
         result = loginDALObject.CheckSecurityEmployee(id, ques, ans);
         return(result);
     }
     catch (Exception e)
     {
         throw e;
     }
 }