Example #1
0
 public void Setup()
 {
     Service = new Exercicio1Service();
 }
Example #2
0
 public Exercicio1Controller(IExercio1Service service)
 {
     Service = service;
 }