Exemple #1
0
 public bool AddNhanVien(NhanVien nv)
 {
     return(nvSer.AddData(nv));
 }