Ejemplo n.º 1
0
 public ActionResult <IEnumerable <string> > Get()
 {
     return(TransactionsService.ShowAllTranactions());
 }