Exemplo n.º 1
0
 public DataSet Fetch_LoginDtl(string userid, string passcode, ref string sReturnMsg)
 {
     try
     {
         return(clsUserDAL.Fetch_LoginDtl(userid, passcode, ref sReturnMsg));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }