示例#1
0
 public bool Add([FromBody] TreatmentCreateRequest request)
 {
     return(_treatmentManager.CreateNewTreatment(request));
 }