コード例 #1
0
 public IEnumerable <CreativeWorkArtistDTO> GetContributingArtists()
 {
     return(OtherArtists.Where(x => x.ContributionType == ContributingArtistContributionTypeKey));
 }
コード例 #2
0
 public IEnumerable <CreativeWorkArtist> GetFeaturedArtists()
 {
     return(OtherArtists.Where(x => x.ContributionType == FeaturedArtistContributionTypeKey));
 }