Interface IIncidentService
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public interface IIncidentService : IEntityService<IncidentEntity>, IService
Methods
GetIncidentList(GetIncidentListRequest)
Declaration
GetIncidentListResponse GetIncidentList(GetIncidentListRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| GetIncidentListRequest | request |
Returns
| Type | Description |
|---|---|
| GetIncidentListResponse |