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