Ejemplo n.º 1
0
 public ComputeController(INumCompute numCompute)
 {
     _numCompute = numCompute;
 }