Example #1
0
 public List <Recebimento> ListarDia(int idUsuario)
 {
     return(_recebimentoRepository.ListarDia(idUsuario));
 }