コード例 #1
0
ファイル: NhanVienCtrl.cs プロジェクト: cnbn96/APP_BookStore
 public bool DeleteNhanVien(string maNV)
 {
     return(nvSer.DeleteData(maNV));
 }