profiles dj, musicien, formation
This commit is contained in:
parent
f30d493f6e
commit
e143052211
35 changed files with 5364 additions and 18 deletions
14
Yavsc/ApiControllers/DjProfileApiController.cs
Normal file
14
Yavsc/ApiControllers/DjProfileApiController.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using Yavsc.Models;
|
||||
using Yavsc.Models.Booking;
|
||||
using Yavsc.Models.Workflow;
|
||||
|
||||
namespace Yavsc.ApiControllers
|
||||
{
|
||||
public class DjProfileApiController : ProfileApiController<DjPerformerProfile>
|
||||
{
|
||||
public DjProfileApiController(ApplicationDbContext context) : base(context)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue