Example #1
0
 public bool Editar(Recebimento r)
 {
     return(_recebimentoRepository.Editar(r));
 }