mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-06 15:14:38 -04:00
12 lines
197 B
C#
12 lines
197 B
C#
using ServiceStack;
|
|
|
|
namespace MediaBrowser.Controller.Net
|
|
{
|
|
/// <summary>
|
|
/// Interface IRestfulService
|
|
/// </summary>
|
|
public interface IRestfulService : IService
|
|
{
|
|
}
|
|
}
|