Пример #1
0
 public IHttpActionResult GetDia()
 {
     return(Ok(_pagamentoRepository.ListarPagamentoDia()));
 }