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/Details.cshtml

    r2639fab rae6c071  
    3333        </dd>
    3434        <dt>
     35            @Html.DisplayNameFor(model => model.start_date)
     36        </dt>
     37
     38        <dd>
     39            @Html.DisplayFor(model => model.start_date)
     40        </dd>
     41        <dt>
    3542            @Html.DisplayNameFor(model => model.usersid)
    3643        </dt>
Note: See TracChangeset for help on using the changeset viewer.