IContentDirectory.cs 128 B

1234567
  1. 
  2. namespace MediaBrowser.Controller.Dlna
  3. {
  4. public interface IContentDirectory : IEventManager, IUpnpService
  5. {
  6. }
  7. }