Метод | Описание | |
---|---|---|
ContactsApiController ( UserManager |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
ContactExists ( int id ) : bool | ||
DeleteContact ( [ id ) : Task |
||
GetAllContacts ( ) : Task |
||
GetContact ( [ id ) : Task |
||
GetContacts ( ) : IQueryable |
||
PostContact ( [ contact ) : Task |
||
PutContact ( [ id, [ contact ) : Task |
public ContactsApiController ( UserManager |
||
userManager | UserManager |
|
context | ||
Результат | System.Collections.Generic |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |