public async void GetInfo() { AppFogDataService appFogDataService = new AppFogDataService(); InfoModel = await appFogDataService.GetInfo(AuthToken); Loading = false; IsModelAvailable = true; }
public void Initialise() { _appFogDataService = new AppFogDataService(); }