コード例 #1
0
ファイル: ProjectInfoBll.cs プロジェクト: icprog/FS-SMISCloud
 public bool Delete(int id)
 {
     return(Dal.Delete(id));
 }