Index.cshtml 254 B

12345678910111213
  1. 
  2. @using WMS.BZWeb;
  3. @{
  4. ViewBag.Title = "Index";
  5. Layout = "~/Views/Shared/_Index.cshtml";
  6. }
  7. <div class="lr-layout">
  8. <div class="lr-layout-center">
  9. <div class="lr-layout-wrap lr-layout-wrap-notitle">
  10. </div>
  11. </div>
  12. </div>