Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagec#
using MTOA.BLL.Interfaces;

int myServiceRequestId = 12345
int myServiceId = 123;
int myOrganizationId = 222123;

_serviceRequestManager.ValidateByOrganization(myServiceIdRequestId, myOrganizationId, myServiceId);
        

...