refactoring for integration
This commit is contained in:
parent
80144bf9fc
commit
070f41ac7e
48 changed files with 100 additions and 46 deletions
12
src/Yavsc.Api/Controllers/Musical/DjProfileApiController.cs
Normal file
12
src/Yavsc.Api/Controllers/Musical/DjProfileApiController.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace Yavsc.ApiControllers
|
||||
{
|
||||
using Models;
|
||||
using Yavsc.Models.Musical.Profiles;
|
||||
|
||||
public class DjProfileApiController : ProfileApiController<DjSettings>
|
||||
{
|
||||
public DjProfileApiController() : base()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue