Example #1
0
 public ActionResult <string> Get(int id)
 {
     return(convert.ConvertToJson(trade.GetTrade(id)));
 }