Ejemplo n.º 1
0
 public ContentResult AddTransaction(string FromName, string ToName, string from, string to)
 {
     ctx.AddTransaction(FromName, ToName, from, to);
     return(Content(JsonConvert.SerializeObject("OK"), "application/json"));
 }