Ejemplo n.º 1
0
 public IHttpActionResult GetPagamentosMes(int mes, string cpf)
 {
     return(Ok(_pagamentoRepository.ListarPagamentosUsuarios(mes, cpf)));
 }