Example #1
0
 public AdministrationService(IStorage storage)
 {
     this.storage            = storage;
     this.sessionDataMapper  = new SessionDataMapper();
     this.snapshotDataMapper = new SnapshotDataMapper();
     this.sessionModeService = new SessionModeService();
 }
Example #2
0
 public ClientService(IStorage storage)
 {
     this.storage            = storage;
     this.sessionDataMapper  = new SessionDataMapper();
     this.snapshotDataMapper = new SnapshotDataMapper();
     this.sessionModeService = new SessionModeService();
 }