public MoedaDetalheViewModel(Model.MoedaModel _moeda)
 {
     Moeda = _moeda;
 }
Exemplo n.º 2
0
 public PosicaoDetalheViewModel(Model.MoedaModel _moeda)
 {
     Moeda = _moeda;
 }