Ejemplo n.º 1
0
 public void Start(IService5 service)
 {
     service.Serve();
 }
 public FakeDudeWithAction(IService3 three, IService5 five)
 {
 }