Exemplo n.º 1
0
 public HomeController(IOhmValueCalculator ohm)
 {
     _ohm = ohm;
     _rt  = _ohm.CreateTable();
 }