Ejemplo n.º 1
0
        public ActionResult <Owner> Get(string id)
        {
            Owner myOwner = service.GetOwner(id);

            return(myOwner);
        }