WebContants.cs 248 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Threading.Tasks;
  5. namespace CZFW.CMS.Web.App_Code
  6. {
  7. public class WebContants
  8. {
  9. public static readonly string USER_SESSION_KEY = "site_user";
  10. }
  11. }