Click here to Skip to main content
16,007,809 members

Comments by Mobin.seven (Top 1 by date)

Mobin.seven 16-Dec-19 2:22am View    
In a Blazor project this looks like this:
var assembly = typeof(Department).Assembly;
services.AddControllers().AddControllersAsServices()                .PartManager.ApplicationParts.Add(new AssemblyPart(assembly));