roadie/RoadieApi/Services/ISubsonicService.cs
2018-11-15 21:37:00 -06:00

6 lines
No EOL
86 B
C#

namespace Roadie.Api.Services
{
public interface ISubsonicService
{
}
}