Ignore:
Timestamp:
08/15/24 20:01:13 (6 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
8f8226c
Parents:
2639fab
Message:

Аutomating the process

automating the process of updating the list of veterinary centers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/Views/PetCares/Index.cshtml

    r2639fab rae6c071  
    2323        </th>
    2424        <th>
     25            @Html.DisplayNameFor(model => model.start_date)
     26        </th>
     27        <th>
    2528            @Html.DisplayNameFor(model => model.usersid)
    2629        </th>
     
    4447            @Html.DisplayFor(modelItem => item.dateending)
    4548        </td>
     49            <td>
     50                @Html.DisplayFor(modelItem => item.start_date)
     51            </td>
    4652        <td>
    4753            @Html.DisplayFor(modelItem => item.usersid)
Note: See TracChangeset for help on using the changeset viewer.