mirror of
https://github.com/valentincanonical/eShopOnWeb-chisel-demo.git
synced 2026-05-16 05:16:35 +00:00
* Initial Web2 project working * Initial WebRazorPages project working * Adding additional sln files * Removing old project * Fixed integration tests * Getting FunctionalTests working. * Got Swagger working in Web * Moved web2 to web
12 lines
199 B
C#
12 lines
199 B
C#
using Microsoft.AspNetCore.Mvc.RazorPages;
|
|
|
|
namespace Microsoft.eShopWeb.RazorPages.Pages
|
|
{
|
|
public class PrivacyModel : PageModel
|
|
{
|
|
public void OnGet()
|
|
{
|
|
}
|
|
}
|
|
}
|