PIbd-21_CourseWork_Polyclin.../Polyclinic/PolyclinicWebView/Views/Home/Courses.cshtml

27 lines
748 B
Plaintext

@*
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
*@
@{
}
<div>
<table>
<thead>
<tr>
<th scope="col">ID</th>
<th scope="col">DaysCount</th>
<th scope="col">PillsPerDay</th>
<th scope="col">Comment</th>
<th scope="col">Recipe</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>12</td>
<td>3</td>
<td>Очень хороший курс приема</td>
<td>Рецепт отличный</td>
</tr>
</tbody>
</table>
</div>