public IDataResult <List <Education> > GetAll() { return(new SuccessDataResult <List <Education> >(_educationDal.GetAll(), Messages.EducationListed)); }
public List <Education> GetAllEducations() { return(_educationDal.GetAll()); }