コード例 #1
0
ファイル: EvaluateBLL.cs プロジェクト: paddy235/BSFramework
 public void DeleteCategory(string id)
 {
     service.DeleteCategory(id);
 }