Exemple #1
0
 public IHttpActionResult Delete(int id)
 {
     _analyzeService.RemoveAnalyze(id);
     return(Ok());
 }