2017-01-13 16:31:40 +01:00
|
|
|
namespace Yavsc.ApiControllers
|
|
|
|
|
{
|
|
|
|
|
using Models;
|
2020-10-17 11:38:31 +01:00
|
|
|
using Yavsc.Models.Musical.Profiles;
|
2017-01-13 16:31:40 +01:00
|
|
|
|
|
|
|
|
public class DjProfileApiController : ProfileApiController<DjSettings>
|
|
|
|
|
{
|
2020-10-09 19:35:39 +01:00
|
|
|
public DjProfileApiController() : base()
|
2017-01-13 16:31:40 +01:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-10-09 19:35:39 +01:00
|
|
|
}
|