示例#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));
 }