jellyfin/MediaBrowser.Common/Net/IRestfulService.cs

12 lines
205 B
C#
Raw Normal View History

using ServiceStack.ServiceHost;
2013-02-21 02:33:05 +01:00
namespace MediaBrowser.Common.Net
{
/// <summary>
/// Interface IRestfulService
/// </summary>
public interface IRestfulService : IService
2013-02-21 02:33:05 +01:00
{
}
}