コード例 #1
0
 public void PostCatToRandomOwner([FromBody] Cat cat)
 {
     service.AddCatToOwner(cat);
 }