Genre.cs 106 B

1234567
  1. 
  2. namespace MediaBrowser.Controller.Entities
  3. {
  4. public class Genre : BaseEntity
  5. {
  6. }
  7. }