Ejemplo n.º 1
0
 public bool CreateNewStaff(NhanVienDto _nhanVien)
 {
     return(NhanVienDao.CreateNewStaff(_nhanVien));
 }