Blog.Services.Implementation.EducationService.Delete C# (CSharp) Method

Delete() public method

public Delete ( int educationId ) : bool
educationId int
return bool
        public bool Delete(int educationId)
        {
            return _educationLogic.Delete(educationId);
        }
    }