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