Ignore:
Timestamp:
08/28/24 21:41:13 (4 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
a850333
Parents:
118e414
Message:

Use of views

  1. Use of views in VetCenters.
  2. Ability to provide a response to a given response.
File:
1 edited

Legend:

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

    r118e414 re9bb9d1  
    108108                                    @Html.ActionLink("Details", "Details", new { id = item.id }) |
    109109                                    @Html.ActionLink("Delete", "Delete", new { id = item.id })
     110                                    @Html.ActionLink("Procedure", "Procedure", new { id = item.id })
    110111                                </div>
    111112                            }
Note: See TracChangeset for help on using the changeset viewer.