jellyfin/MediaBrowser.Common/Net/IRestfulService.cs

11 lines
162 B
C#
Raw Normal View History

2013-02-27 04:44:41 +00:00

2013-02-21 01:33:05 +00:00
namespace MediaBrowser.Common.Net
{
/// <summary>
/// Interface IRestfulService
/// </summary>
2013-02-27 04:44:41 +00:00
public interface IRestfulService
2013-02-21 01:33:05 +00:00
{
}
}