Exemplo n.º 1
0
 public void AddGStore(GStore gStore)
 {
     this.gStore = gStore;
 }
Exemplo n.º 2
0
 public ServerServiceImpl(GStore gStore)
 {
     this.gStore = gStore;
 }
Exemplo n.º 3
0
 public MasterReplicaServiceImpl(GStore gStore)
 {
     this.gStore = gStore ?? throw new ArgumentNullException("gstore cannot be null");
 }