示例#1
0
 public bool Add([FromBody] IncidentCreateRequest request)
 {
     return(_incidentManager.CreateNewIncident(request));
 }