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