示例#1
0
 public static int CapNhatNhanVien(NHANVIEN_DTO nvDTO)
 {
     return(NHANVIEN_DAL.CapNhatNhanVien(nvDTO));
 }