Method | Description | |
---|---|---|
ContactsApiController ( UserManager |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
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 | ||
return | System.Collections.Generic |