예제 #1
0
파일: User.cs 프로젝트: DottieDot/DotifyV2
 public Task <IEnumerable <int> > GetLikedAlbumIdsAsync()
 => _albumCollection.GetLikedAlbumIdsByUserIdAsync(Id);