11 lines
162 B
C#
11 lines
162 B
C#
|
|
namespace MediaBrowser.Common.Net
|
|
{
|
|
/// <summary>
|
|
/// Interface IRestfulService
|
|
/// </summary>
|
|
public interface IRestfulService
|
|
{
|
|
}
|
|
}
|