Files
jellyfin-jellyfin-1/MediaBrowser.Common/Net/IRestfulService.cs

11 lines
162 B
C#
Raw Normal View History

2013-02-26 23:44:41 -05:00

2013-02-20 20:33:05 -05:00
namespace MediaBrowser.Common.Net
{
/// <summary>
/// Interface IRestfulService
/// </summary>
2013-02-26 23:44:41 -05:00
public interface IRestfulService
2013-02-20 20:33:05 -05:00
{
}
}