13 lines
192 B
Plaintext
13 lines
192 B
Plaintext
@model Webzine.Entity.Artiste
|
|
|
|
<h1>Editer un artiste</h1>
|
|
|
|
<hr />
|
|
|
|
<form asp-action="Edit" method="post">
|
|
|
|
<input type="hidden" asp-for="IdArtiste"/>
|
|
|
|
<partial name="_Form" />
|
|
|
|
</form> |