C# Class NotDelicious.Models.LinkRepository

Inheritance: ILinkRepository
Datei anzeigen Open project: csell5/Demos

Public Methods

Method Description
AllIncluding ( ) : IQueryable
Delete ( int id ) : void
Find ( int id ) : Link
InsertOrUpdate ( Link link ) : void
Save ( ) : void

Method Details

AllIncluding() public method

public AllIncluding ( ) : IQueryable
return IQueryable

Delete() public method

public Delete ( int id ) : void
id int
return void

Find() public method

public Find ( int id ) : Link
id int
return Link

InsertOrUpdate() public method

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

Save() public method

public Save ( ) : void
return void