示例#1
0
        public string GetContactUsEmail()
        {
            string ContactUs;

            try {
                ContactUs = _homeRepositories.GetContactUsEmail();
            }
            catch
            {
                throw new DataNotFound("Data not found");
            }
            return(ContactUs);
        }