Beispiel #1
0
 public HomeController(IComplejoService service)
 {
     this.service = service;
 }
Beispiel #2
0
 public ComplejosController(IComplejoService complejoService)
 {
     this.complejoService = complejoService;
 }