コード例 #1
0
ファイル: NHANVIEN_BLL.cs プロジェクト: huythanh176/winformtt
 public int nv_delete(string MaNV)
 {
     return(nvdal.nhanvien_delete(MaNV));
 }