C# Class FubuLinks.Repositories.LinkRepository

Inheritance: ILinkRepository
Show file Open project: jmarnold/fubulinks

Public Methods

Method Description
Clear ( ) : void
GetAll ( ) : IEnumerable
Insert ( Link link ) : void
Save ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable

Insert() public method

public Insert ( Link link ) : void
link Link
return void

Save() public method

public Save ( ) : void
return void