Example #1
0
 public IActionResult Push([FromBody] string name)
 {
     _dataStorage.AddDefinition(name);
     return(Ok());
 }