示例#1
0
 public static void SetBootstrapToken(BootstrapContext bootstrapToken)
 {
     if (bootstrapToken.IsNull()) return;
     ContainerFactory.Current.Bind(typeof(BootstrapContext), bootstrapToken, Scope.Context);
 }