AddOqtaneParts -> AddOqtane
This commit is contained in:
		| @ -17,7 +17,7 @@ namespace Microsoft.Extensions.DependencyInjection | ||||
|     { | ||||
|         private static readonly string StalliteAssemblyExtension = ".resources.dll"; | ||||
|  | ||||
|         public static IServiceCollection AddOqtaneParts(this IServiceCollection services, Runtime runtime) | ||||
|         public static IServiceCollection AddOqtane(this IServiceCollection services, Runtime runtime) | ||||
|         { | ||||
|             LoadAssemblies(); | ||||
|             LoadSatelliteAssemblies(); | ||||
|  | ||||
| @ -197,7 +197,7 @@ namespace Oqtane | ||||
|             services.AddTransient<IUpgradeManager, UpgradeManager>(); | ||||
|  | ||||
|             // load the external assemblies into the app domain, install services  | ||||
|             services.AddOqtaneParts(_runtime); | ||||
|             services.AddOqtane(_runtime); | ||||
|  | ||||
|             services.AddMvc() | ||||
|                 .AddNewtonsoftJson() | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 hishamco
					hishamco