-
- namespace MediaBrowser.Controller.Entities
- {
- /// <summary>
- /// Interface IHasAwards
- /// </summary>
- public interface IHasAwards
- {
- /// <summary>
- /// Gets or sets the awards summary.
- /// </summary>
- /// <value>The awards summary.</value>
- string AwardSummary { get; set; }
- }
- }
|