Dapper 통합
설명
설치
[DependsOn(
typeof(StarterPackEntityFrameworkCoreModule),
typeof(AxsDapperModule)
)]
public class MyProjectNameDbEntityFrameworkCoreModule : AxsModule
{
public override void Initialize()
{
IocManager.RegisterAssembly(typeof(SampleApplicationModule).GetAssembly());
}
}코드에 사용하기
Last updated