Пример #1
0
        public IHttpActionResult ContactDropDownAll()
        {
            var getContact = service.ContactDropDownAll();

            return(Ok(getContact));
        }