source: PostgreSqlDotnetCore/Views/PetDiagnostics/Index.cshtml

main
Last change on this file was e9bb9d1, checked in by ElenaMoskova <elena.moskova99@…>, 4 weeks ago

Use of views

  1. Use of views in VetCenters.
  2. Ability to provide a response to a given response.
  • Property mode set to 100644
File size: 150 bytes
Line 
1@model IEnumerable<PostgreSqlDotnetCore.Models.PetDetailsProcedure>
2
3@{
4 ViewBag.Title = "PetDetailsProcedure";
5}
6
7<h2>PetDetailsProcedure</h2>
Note: See TracBrowser for help on using the repository browser.