Example #1
0
 public async Task <bool> IsFavorite(Favorite favorite)
 {
     return(await _favoriteRepository.CheckFavorite(favorite));
 }