Exemplo n.º 1
0
 public async Task <Bookmarks> CreateBookmark(Bookmarks entity)
 {
     return(await _bookmarks.Create(entity));
 }