CollectionCreationResult.cs 142 B

12345678
  1. 
  2. namespace MediaBrowser.Model.Collections
  3. {
  4. public class CollectionCreationResult
  5. {
  6. public string Id { get; set; }
  7. }
  8. }