committed by
GitHub
5 changed files with 25 additions and 7 deletions
@ -1,9 +1,10 @@ |
|||||
namespace Microsoft.eShopWeb.Web |
namespace Microsoft.eShopWeb.Web |
||||
{ |
{ |
||||
public static class Constants |
public static class Constants |
||||
{ |
{ |
||||
public const string BASKET_COOKIENAME = "eShop"; |
public const string BASKET_COOKIENAME = "eShop"; |
||||
public const int ITEMS_PER_PAGE = 10; |
public const int ITEMS_PER_PAGE = 10; |
||||
public const string DEFAULT_USERNAME = "Guest"; |
public const string DEFAULT_USERNAME = "Guest"; |
||||
|
public const string BASKET_ID = "BasketId"; |
||||
} |
} |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue