chore 优化代码
This commit is contained in:
@ -2,20 +2,19 @@
|
||||
using Volo.Abp.Data;
|
||||
using Volo.Abp.Modularity;
|
||||
|
||||
namespace KonSoft.Shared.Hosting
|
||||
namespace KonSoft.Shared.Hosting;
|
||||
|
||||
[DependsOn(
|
||||
typeof(AbpAutofacModule),
|
||||
typeof(AbpDataModule)
|
||||
)]
|
||||
public class KonSoftSharedHostingModule : AbpModule
|
||||
{
|
||||
[DependsOn(
|
||||
typeof(AbpAutofacModule),
|
||||
typeof(AbpDataModule)
|
||||
)]
|
||||
public class KonSoftSharedHostingModule : AbpModule
|
||||
public override void ConfigureServices(ServiceConfigurationContext context)
|
||||
{
|
||||
public override void ConfigureServices(ServiceConfigurationContext context)
|
||||
Configure<AbpDbConnectionOptions>(options =>
|
||||
{
|
||||
Configure<AbpDbConnectionOptions>(options =>
|
||||
{
|
||||
// TODO Mapping DbConnections
|
||||
});
|
||||
}
|
||||
// TODO Mapping DbConnections
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user