Exemplo n.º 1
0
 public ConsumerA(MathService serviceA)
 {
     _mathService = serviceA;
     _secret      = "";
 }
Exemplo n.º 2
0
 public ConsumerB(MathService mathService)
 {
     _mathService = mathService;
 }