コード例 #1
0
ファイル: AppLibrary.cs プロジェクト: zmyz2013/RoadFlowMvc
 public int Delete(Guid id)
 {
     return(dataAppLibrary.Delete(id));
 }