Merge
This commit is contained in:
commit
c0f3edfdda
18 changed files with 142 additions and 28 deletions
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
namespace Yavsc.ApiControllers
|
||||
{
|
||||
using Models;
|
||||
|
|
@ -12,4 +10,4 @@ namespace Yavsc.ApiControllers
|
|||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -46,7 +46,6 @@ namespace Yavsc.Controllers
|
|||
}
|
||||
|
||||
// PUT: api/MusicalPreferencesApi/5
|
||||
[HttpPut("{id}")]
|
||||
public IActionResult PutMusicalPreference(string id, [FromBody] MusicalPreference musicalPreference)
|
||||
{
|
||||
if (!ModelState.IsValid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue