コード例 #1
0
ファイル: CTHD_BLL.cs プロジェクト: thanhlong2411/LTUDTQL-K52
 public int CTHD_Delete(string SoHD)
 {
     return(cthd_DAL.CTHD_Delete(SoHD));
 }