Exemplo n.º 1
0
 public IActionResult Analyze(string metricName, string text)
 {
     return(Content(_metricsService.Analyze(metricName, text)));
 }