Ejemplo n.º 1
0
        public ContentResult GetAllTransactions()
        {
            var list = ctx.GetAllTransactions();

            return(Content(JsonConvert.SerializeObject(list), "application/json"));
        }