NotificationServiceInfo.cs 182 B

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