Ejemplo n.º 1
0
 public void PostCatToRandomOwner([FromBody] Cat cat)
 {
     service.AddCatToOwner(cat);
 }