Exemplo n.º 1
0
 public ActionResult <Suggestion> GetSuggestion(int id)
 {
     return(_suggestions.GetSuggestion(id));
 }