Пример #1
0
 public ConsultaDeCryptoMoeda(ICryptoMoedaRepositorio cryptoMoedaRepositorio)
 {
     _cryptoMoedaRepositorio = cryptoMoedaRepositorio;
 }
Пример #2
0
 public ControleDeCryptoMoeda(ICryptoMoedaRepositorio cryptoMoedaRepositorio)
 {
     _cryptoMoedaRepositorio = cryptoMoedaRepositorio;
 }