|
|
|
@ -40,7 +40,7 @@ public abstract class ApplicationService : |
|
|
|
[Obsolete("Use LazyServiceProvider instead.")] |
|
|
|
public IServiceProvider ServiceProvider { get; set; } = default!; |
|
|
|
|
|
|
|
public static string[] CommonPostfixes { get; set; } = { "AppService", "ApplicationService", "IntService", "IntegrationService", "Service" }; |
|
|
|
public static string[] CommonPostfixes { get; set; } = { "AppService", "ApplicationService", "Service" }; |
|
|
|
|
|
|
|
public List<string> AppliedCrossCuttingConcerns { get; } = new(); |
|
|
|
|
|
|
|
|