This commit is contained in:
MeysamMoghaddam
2025-10-13 13:04:59 +03:30
parent 5abd0fc033
commit 361f9268a3
6 changed files with 377 additions and 1 deletions

View File

@@ -31,4 +31,9 @@ public static class RouteConstants
{
public const string Index = "/contact";
}
public static class Checkout
{
public const string Index = "/checkout";
}
}