Exemplo n.º 1
0
 public CurrencyAppController()
 {
     _dbRepo = new DbCurrencyRepository();
 }
 public CurrencyNBPComunicationController()
 {
     _dbRepo = new DbCurrencyRepository();
 }