C# Class IvtLibrary.Models.DraftRepository

Inheritance: IDraftRepository
Show file Open project: intervals-mining-lab/ivt-library

Public Methods

Method Description
AllIncluding ( ) : IQueryable
Delete ( long id ) : void
DraftRepository ( IvtLibraryEntities db ) : System
Find ( long id ) : Draft
InsertOrUpdate ( Draft draft ) : void
Save ( ) : void

Method Details

AllIncluding() public method

public AllIncluding ( ) : IQueryable
return IQueryable

Delete() public method

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

DraftRepository() public method

public DraftRepository ( IvtLibraryEntities db ) : System
db IvtLibraryEntities
return System

Find() public method

public Find ( long id ) : Draft
id long
return Draft

InsertOrUpdate() public method

public InsertOrUpdate ( Draft draft ) : void
draft Draft
return void

Save() public method

public Save ( ) : void
return void