Exemplo n.º 1
0
 public async Task Bookmark(int id)
 {
     await _photosService.BookmarkAsync(id);
 }