using PetaPoco; using Sony.Filtr.AppleMusic.BestOfTheWeek.Caching.Models; namespace Sony.Filtr.AppleMusic.BestOfTheWeek.Entities { [TableName("tblAppleMusicBestOfTheWeekPlaylist")] public class AppleMusicBestOfTheWeekPlaylist : BestOfTheWeekPlaylistReference { [Ignore] public string FullIdentifier => $"{PlaylistId}|{Storefront}"; } }