예제 #1
0
        private IEnumerable <ContactInformation> GetBaseContactInfoEnableOrDisables()
        {
            var contactInformations         = _contactInfoService.GetEnableOrDisables();
            var contactInformationsLocalize = contactInformations.Select(x => x.ToModel());

            return(contactInformationsLocalize);
        }