예제 #1
0
 public ActionResult <List <Cat> > Get(string id)
 {
     return(service.GetCatsforOwner(id));
 }