Example #1
0
 public static IClaptrapBootstrapperBuilder UseOrleans(
     this IClaptrapBootstrapperBuilder builder,
     Action <OrleansConfigurator> orleans)
 {
     return(builder.UseOrleans(x => true, orleans));
 }