Пример #1
0
 public Task <bool> RemoveUserLikeAsync(int artistId, int userId)
 => _likesTable.DeleteAsync(artistId, userId);
Пример #2
0
 public Task <bool> RemoveUserLikeAsync(int songId, int userId)
 => _likesTable.DeleteAsync(songId, userId);