12 lines
197 B
C#
12 lines
197 B
C#
using ServiceStack;
|
|
|
|
namespace MediaBrowser.Controller.Net
|
|
{
|
|
/// <summary>
|
|
/// Interface IRestfulService
|
|
/// </summary>
|
|
public interface IRestfulService : IService
|
|
{
|
|
}
|
|
}
|