public FatoresPrimosController(IAlgoritmoService IAlgoritmoService)
 {
     _IAlgoritmoService = IAlgoritmoService;
 }
Exemple #2
0
 public FatoresPrimosControllerTest()
 {
     _service    = new AlgoritmoServiceTest();
     _controller = new FatoresPrimosController(_service);
 }