...
IServiceRequestManager
Syntax
Code Block |
---|
_serviceRequestManagerServiceRequestManager.Validate(int serviceRequestId, int userId, int serviceId); |
...
200 - Ok
Example
Code Block | ||
---|---|---|
| ||
using MTOA.BLL.Interfaces; int MyServiceRequestIdmyServiceRequestId = 12345 int MyServiceIdmyServiceId = 123; _serviceRequestManager.Validate(MyServiceIdRequestIdmyServiceIdRequestId, CurrentUser.Id, MyServiceIdmyServiceId); |