mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 02:27:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			210 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			210 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using ServiceStack;
 | |
| 
 | |
| namespace MediaBrowser.Controller.Net
 | |
| {
 | |
|     /// <summary>
 | |
|     /// Interface IRestfulService
 | |
|     /// </summary>
 | |
|     [Logged]
 | |
|     public interface IRestfulService : IService
 | |
|     {
 | |
|     }
 | |
| }
 |