2
0

CollectionCreationResult.cs 151 B

123456789
  1. using System;
  2. namespace MediaBrowser.Model.Collections
  3. {
  4. public class CollectionCreationResult
  5. {
  6. public Guid Id { get; set; }
  7. }
  8. }