C# Class Blog.Services.Helpers.Wcf.EducationResource

Inheritance: IEducationResource
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
Add ( Education education ) : Education
Delete ( int educationId ) : bool
GetByUser ( int userId ) : List
GetHeartBeat ( ) : bool
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

GetByUser() public method

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

GetHeartBeat() public method

public GetHeartBeat ( ) : bool
return bool

Update() public method

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