UpdateMarketSellers.cshtml 236 B

123456789101112131415161718
  1. 
  2. @{
  3. Layout = null;
  4. }
  5. <!DOCTYPE html>
  6. <html>
  7. <head>
  8. <meta name="viewport" content="width=device-width" />
  9. <title>UpdateMarketSellers</title>
  10. </head>
  11. <body>
  12. <div>
  13. @ViewBag.Msg
  14. </div>
  15. </body>
  16. </html>