MyPolicy.cshtml 90 B

12345678
  1. @model List<ReportNoList>
  2. @{
  3. ViewData["Title"] = "MyPolicy";
  4. }
  5. <h2>MyPolicy</h2>