...
Code Block | ||
---|---|---|
| ||
using MTOA.BLL.Interfaces; int myServiceRequestId = 12345 int myServiceId = 123; int myOrganizationId = 222123; _serviceRequestManager.ValidateByOrganization(myServiceIdRequestId, myOrganizationId, myServiceId); |
...
...
Code Block | ||
---|---|---|
| ||
using MTOA.BLL.Interfaces; int myServiceRequestId = 12345 int myServiceId = 123; int myOrganizationId = 222123; _serviceRequestManager.ValidateByOrganization(myServiceIdRequestId, myOrganizationId, myServiceId); |
...