Exemple #1
0
 public bool DeleteNhanVien(string maNV)
 {
     return(nvSer.DeleteData(maNV));
 }