Example #1
0
 public WorldRepository(IFileStorageService storageService, ITimeOfDayStateRepository timeOfDayRepository)
 {
     this.storageService = storageService;
     this.timeOfDayStateRepository = timeOfDayRepository;
 }
Example #2
0
 public WorldRepository(IFileStorageService storageService, ITimeOfDayStateRepository timeOfDayRepository)
 {
     this.storageService           = storageService;
     this.timeOfDayStateRepository = timeOfDayRepository;
 }