Method | Description | |
---|---|---|
Get ( GetSingleNoteRequest request ) : GetSingleNoteResponse | ||
Get ( GetNotesRequest request ) : object | ||
NotesService ( IDataBackend backend, IDbConnectionFactory factory ) : System | ||
Post ( PutNotesRequest request ) : object | ||
Put ( PutNotesRequest request ) : object |
Method | Description | |
---|---|---|
GetStoredNotes ( INoteRepository note_repo ) : Tomboy.Sync.Web.DTO.GetNotesResponse |
public Get ( GetSingleNoteRequest request ) : GetSingleNoteResponse | ||
request | GetSingleNoteRequest | |
return | GetSingleNoteResponse |
public Get ( GetNotesRequest request ) : object | ||
request | GetNotesRequest | |
return | object |
protected static GetStoredNotes ( INoteRepository note_repo ) : Tomboy.Sync.Web.DTO.GetNotesResponse | ||
note_repo | INoteRepository | |
return | Tomboy.Sync.Web.DTO.GetNotesResponse |
public NotesService ( IDataBackend backend, IDbConnectionFactory factory ) : System | ||
backend | IDataBackend | |
factory | IDbConnectionFactory | |
return | System |
public Post ( PutNotesRequest request ) : object | ||
request | PutNotesRequest | |
return | object |
public Put ( PutNotesRequest request ) : object | ||
request | PutNotesRequest | |
return | object |