mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 14:33:44 +01:00
11 lines
205 B
C#
11 lines
205 B
C#
using ServiceStack.ServiceHost;
|
|
|
|
namespace MediaBrowser.Common.Net
|
|
{
|
|
/// <summary>
|
|
/// Interface IRestfulService
|
|
/// </summary>
|
|
public interface IRestfulService : IService
|
|
{
|
|
}
|
|
}
|