Beispiel #1
0
        public bool GetAllCompanyDetails(ref DataTable dt)
        {
            CompanyDAL companyDAL = new CompanyDAL();

            if (companyDAL.GetAllCompanyDetails(ref dt))
            {
                return(true);
            }
            else
            {
                return(false);
            }
        }