@ -223,7 +223,7 @@ public abstract class AbpApplicationBase : IAbpApplication
{
if(_configuredServices)
{
thrownewAbpInitializationException("Services have already been configured! If you call ConfigureServicesAsync method, you must have set AbpApplicationCreationOptions.SkipConfigureServices tu true before.");
thrownewAbpInitializationException("Services have already been configured! If you call ConfigureServicesAsync method, you must have set AbpApplicationCreationOptions.SkipConfigureServices to true before.");
}
}
@ -231,7 +231,7 @@ public abstract class AbpApplicationBase : IAbpApplication