C# Class Blog.Services.Implementation.EducationService

Inheritance: BaseService, IEducationService
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
Add ( Education education ) : Education
Delete ( int educationId ) : bool
EducationService ( IEducationLogic educationLogic ) : System.Collections.Generic
GetByUser ( int userId ) : List
Update ( Education education ) : Education

Method Details

Add() public method

public Add ( Education education ) : Education
education Blog.Common.Contracts.Education
return Blog.Common.Contracts.Education

Delete() public method

public Delete ( int educationId ) : bool
educationId int
return bool

EducationService() public method

public EducationService ( IEducationLogic educationLogic ) : System.Collections.Generic
educationLogic IEducationLogic
return System.Collections.Generic

GetByUser() public method

public GetByUser ( int userId ) : List
userId int
return List

Update() public method

public Update ( Education education ) : Education
education Blog.Common.Contracts.Education
return Blog.Common.Contracts.Education