C# Class Rainy.WebService.NoteHistoryService

Inheritance: OAuthServiceBase
Mostrar archivo Open project: Dynalon/Rainy

Public Methods

Method Description
Get ( GetArchivedNoteRequest request ) : object
Get ( GetNoteArchiveRequest request ) : object
Get ( GetNoteHistoryRequest request ) : object
Get ( GetPublicUrlForNote request ) : object
NoteHistoryService ( ) : System.Linq
NoteHistoryService ( IDbConnectionFactory factory ) : System.Linq

Method Details

Get() public method

public Get ( GetArchivedNoteRequest request ) : object
request GetArchivedNoteRequest
return object

Get() public method

public Get ( GetNoteArchiveRequest request ) : object
request GetNoteArchiveRequest
return object

Get() public method

public Get ( GetNoteHistoryRequest request ) : object
request GetNoteHistoryRequest
return object

Get() public method

public Get ( GetPublicUrlForNote request ) : object
request GetPublicUrlForNote
return object

NoteHistoryService() public method

public NoteHistoryService ( ) : System.Linq
return System.Linq

NoteHistoryService() public method

public NoteHistoryService ( IDbConnectionFactory factory ) : System.Linq
factory IDbConnectionFactory
return System.Linq