Method | Description | |
---|---|---|
SitesController ( ICipherRepository cipherRepository, ICipherService cipherService, UserManager |
Method | Description | |
---|---|---|
Delete ( string id ) : System.Threading.Tasks.Task | ||
ExpandAsync ( Cipher site, |
||
ExpandManyAsync ( IEnumerable |
||
Get ( string expand = null ) : Task |
||
Get ( string id, string expand = null ) : Task |
||
Post ( [ model, string expand = null ) : Task |
||
Put ( string id, [ model, string expand = null ) : Task |
public SitesController ( ICipherRepository cipherRepository, ICipherService cipherService, UserManager |
||
cipherRepository | ICipherRepository | |
cipherService | ICipherService | |
userManager | UserManager |
|
return | System |