Esempio n. 1
0
 public Task <bool> RemoveUserLikeAsync(int artistId, int userId)
 => _likesTable.DeleteAsync(artistId, userId);
Esempio n. 2
0
 public Task <bool> RemoveUserLikeAsync(int songId, int userId)
 => _likesTable.DeleteAsync(songId, userId);