コード例 #1
0
ファイル: ResultController.cs プロジェクト: skykingjwc/cobweb
 public AnObject Post(AnObject item)
 {
     return(item);
 }
コード例 #2
0
ファイル: ResultController.cs プロジェクト: skykingjwc/cobweb
 public AnObject Put(int id, AnObject item)
 {
     return(item);
 }
コード例 #3
0
 public void WithObject(AnObject id)
 {
 }