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