var tiles = await _tileService.LoadTilesAsync(); | |
var tileViewModels = Mapper.Map<IList<TileViewModel>>(tiles); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
var tiles = await _tileService.LoadTilesAsync(); | |
var tileViewModels = Mapper.Map<IList<TileViewModel>>(tiles); |