コード例 #1
0
 public string Insert(SampleItem obj)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public string Update(string id, SampleItem obj)
 {
     throw new NotImplementedException();
 }