...
200 - Ok
Example
Code Block | ||
---|---|---|
| ||
using MTOA.BLL.Interfaces; string guid = "A79887623B0E619EE05438EAA7528E36"; var count = await _serviceRequestManager.GetStatusHistoryByGuid(guid); |
...
...
200 - Ok
Code Block | ||
---|---|---|
| ||
using MTOA.BLL.Interfaces; string guid = "A79887623B0E619EE05438EAA7528E36"; var count = await _serviceRequestManager.GetStatusHistoryByGuid(guid); |
...