C# Class SnooNotesAPI.Controllers.NoteController

Inheritance: ApiController
显示文件 Open project: CrustyJew/SnooNotes

Public Methods

Method Description
Delete ( int id ) : System.Threading.Tasks.Task
NoteController ( ) : System
Post ( [ value ) : System.Threading.Tasks.Task

Private Methods

Method Description
AddNoteToCabal ( int id, int typeid ) : System.Threading.Tasks.Task
GetNotes ( [ users ) : IEnumerable>>.Task
GetUsernamesWithNotes ( ) : Task>
InitializeNotes ( ) : IEnumerable>>.Task
UserHasNotes ( string username ) : Task

Method Details

Delete() public method

public Delete ( int id ) : System.Threading.Tasks.Task
id int
return System.Threading.Tasks.Task

NoteController() public method

public NoteController ( ) : System
return System

Post() public method

public Post ( [ value ) : System.Threading.Tasks.Task
value [
return System.Threading.Tasks.Task