Example #1
0
 protected override void ConfigureApplicationParts(ICollection <Assembly> assemblies)
 {
     assemblies.AddEngine();
     assemblies.Add(typeof(AppBootstrapper).Assembly);
 }