Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SnooNotesAPI
Controllers
NoteTypeController
C# Class SnooNotesAPI.Controllers.NoteTypeController
Inheritance:
ApiController
Show file
Open project: CrustyJew/SnooNotes
Public Methods
Method
Description
Delete
(
[
values
) :
Task
>
Get
( ) :
IEnumerable
>>.Task
Get
(
int
id
) :
Task
NoteTypeController
( ) :
System
Post
(
[
values
) :
Task
>
Put
(
[
values
) :
Task
>
Method Details
Delete()
public
method
public
Delete
(
[
values
) :
Task
>
values
[
return
Task
>
Get()
public
method
public
Get
( ) :
IEnumerable
>>.Task
return
IEnumerable
>>.Task
Get()
public
method
public
Get
(
int
id
) :
Task
id
int
return
Task
NoteTypeController()
public
method
public
NoteTypeController
( ) :
System
return
System
Post()
public
method
public
Post
(
[
values
) :
Task
>
values
[
return
Task
>
Put()
public
method
public
Put
(
[
values
) :
Task
>
values
[
return
Task
>