示例#1
0
 public static bool HasCounter(this IAppContext ctx)
 {
     return(ctx.HasKey(AppSettings.CounterKey));
 }