コード例 #1
0
ファイル: BraService.cs プロジェクト: robinsodergren/bra
 public SampleItem Update(string id, SampleItem instance)
 {
     // TODO: Update the given instance of SampleItem in the collection
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: BraService.cs プロジェクト: robinsodergren/bra
 public SampleItem Create(SampleItem instance)
 {
     // TODO: Add the new instance of SampleItem to the collection
     throw new NotImplementedException();
 }