Beispiel #1
0
        public async Task SetCommunityValueFromServiceAsync(RegisterViewModel model)
        {
            var community = await _DynamixCommunityReturnService.GetCommunityAsync(model);

            _MasterRepo.DataSource.Community = GetCommunityOfflineModelFromServiceModel(community);
        }