static HikesController() { StorageClient = ServiceFactory.GetStorageClient(); NotifyUserStorageClient = StorageClient.GetStorage(StorageType.NotifyUser); NotifyEmergencyStorageClient = StorageClient.GetStorage(StorageType.NotifyEmergency); UserHikeStorageClient = StorageClient.GetStorage(StorageType.UserHikesData); }
public void TestFixtureSetup() { this.dataStorageService = new DataStorageService(); this.dataStorageService.Clear(); }