Exemple #1
0
        public CompanyEntity GetCompanyInfo()
        {
            BaseSetDA da = new BaseSetDA();

            return(da.GetCompanyInfo());
        }