Ejemplo n.º 1
0
        public Contact GetContactById(int id)
        {
            var contactApi = new ContactApiController();

            return(contactApi.GetById(id));
        }