Exemple #1
0
        public DataSet Loginuser(Register_BEL objbel)
        {
            Register_DAL objdal = new Register_DAL();

            try
            {
                return(objdal.Loginuser(objbel));
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally
            {
                objdal = null;
            }
        }
Exemple #2
0
        public Int32 Saveuserpass(Register_BEL objbel)
        {
            Register_DAL objdal = new Register_DAL();

            try
            {
                return(objdal.Saveuserpass(objbel));
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally
            {
                objdal = null;
            }
        }