コード例 #1
0
ファイル: CommodityService.cs プロジェクト: pilgrimzh/Cactus
 public void Update(Model.Store.Commodity entity)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: CommodityService.cs プロジェクト: pilgrimzh/Cactus
 public bool Insert(Model.Store.Commodity entity)
 {
     throw new NotImplementedException();
 }