コード例 #1
0
ファイル: SystemService.cs プロジェクト: Thn123/hmj
 public int DeleteStore(int id)
 {
     return(_set.DeleteStore(id));
 }