jellyfin/MediaBrowser.Controller/Net/IRestfulService.cs

12 lines
197 B
C#
Raw Normal View History

2013-12-07 08:52:38 -07:00
using ServiceStack;
2013-12-07 08:52:38 -07:00
namespace MediaBrowser.Controller.Net
2013-02-20 18:33:05 -07:00
{
/// <summary>
/// Interface IRestfulService
/// </summary>
public interface IRestfulService : IService
2013-02-20 18:33:05 -07:00
{
}
}