Example #1
0
 public void Post([FromBody] Warning value)
 {
     _warningService.SetNewWarning(value);
 }