This commit is contained in:
Paul Schneider 2017-01-15 20:19:27 +01:00
commit c0f3edfdda
18 changed files with 142 additions and 28 deletions

View file

@ -1,5 +1,3 @@
namespace Yavsc.ApiControllers
{
using Models;
@ -12,4 +10,4 @@ namespace Yavsc.ApiControllers
}
}
}
}

View file

@ -46,7 +46,6 @@ namespace Yavsc.Controllers
}
// PUT: api/MusicalPreferencesApi/5
[HttpPut("{id}")]
public IActionResult PutMusicalPreference(string id, [FromBody] MusicalPreference musicalPreference)
{
if (!ModelState.IsValid)