3 references to AddApplicationPart
ControllersFromServicesWebSite (1)
Startup.cs (1)
19
.
AddApplicationPart
(typeof(TimeScheduleController).GetTypeInfo().Assembly)
Microsoft.AspNetCore.Mvc.Core.Test (2)
DependencyInjection\MvcBuilderExtensionsTest.cs (2)
27
var result = builder.
AddApplicationPart
(assembly);
51
builder.
AddApplicationPart
(assembly);