示例#1
0
 //Thêm nhân viên.
 public static NHANVIEN_DTO ThemNhanVien(BANG_NHANVIEN nv)
 {
     return(NHANVIEN_DAL.ThemNhanVien(nv));
 }