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