public ServiceGate2(ISystem2 system)
 {
     this.system = system;
 }
Exemple #2
0
 public SystemFacade(ISystem1 system1, ISystem2 system2)
 {
     this.system1 = system1;
     this.system2 = system2;
 }