Ejemplo n.º 1
0
        public async Task <IActionResult> GetAll()
        {
            var payments = await _paymentsRepository.GetAll();

            return(new OkObjectResult(payments));
        }