Ejemplo n.º 1
0
 public static bool AddAllEmployess(NhanVien_DTO nv)
 {
     return(NhanVien_DAO.AddEmployees(nv));
 }