2018-11-23 04:18:48 +00:00
|
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
|
using Roadie.Library.Models.ThirdPartyApi.Subsonic;
|
|
|
|
|
|
|
|
|
|
namespace Roadie.Api.ModelBinding
|
|
|
|
|
{
|
|
|
|
|
[ModelBinder(BinderType = typeof(SubsonicRequestBinder))]
|
|
|
|
|
public class SubsonicRequest : Request
|
|
|
|
|
{
|
|
|
|
|
}
|
2019-07-03 16:21:29 +00:00
|
|
|
|
}
|