...
On authorization error, 403 Forbidden
Example
Code Block | ||
---|---|---|
| ||
var serviceId = 2; var feedbackCount = await _feedbackManager.GetCountByServiceId(serviceId); |
...
...
On authorization error, 403 Forbidden
Code Block | ||
---|---|---|
| ||
var serviceId = 2; var feedbackCount = await _feedbackManager.GetCountByServiceId(serviceId); |
...