public static Bootstrapper AddPipelines <TParent>(this Bootstrapper bootstrapper) =>
 bootstrapper.AddPipelines(typeof(TParent));
예제 #2
0
 public static Bootstrapper AddDefaultPipelines(this Bootstrapper bootstrapper) => bootstrapper.AddPipelines();
예제 #3
0
 public static Bootstrapper AddPipelines(this Bootstrapper bootstrapper) => bootstrapper.AddPipelines(Assembly.GetEntryAssembly());