[MEF]
This commit is contained in:
parent
0846110beb
commit
73bfbf609b
7 changed files with 295 additions and 34 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@model HairCutQuery
|
||||
|
||||
<dl>
|
||||
<dl class="dl-horizontal">
|
||||
<dt>@Html.DisplayNameFor(m=>m.Prestation)
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.Prestation)
|
||||
|
|
@ -17,6 +17,10 @@
|
|||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.Location)
|
||||
</dd>
|
||||
<dt>@Html.DisplayNameFor(m=>m.AdditionalInfo)
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.AdditionalInfo)
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue