Beispiel #1
0
 public LoginMessageProcessor(IPrivateRepository _privateRepo)
 {
     this._remoteConnection = new RemoteConnection();
     this._privateRepo      = _privateRepo;
 }