public IDataResult <ProjectDetailDto> GetByID(int projectID) { return(new SuccessDataResult <ProjectDetailDto>(_projectDal.GetByID(projectID))); }