Ejemplo n.º 1
0
 /// <summary>
 /// 构造获取上下文工厂
 /// </summary>
 public SqlQuery(IRepositoryReadInfrastructure <TDbContext> _infrastructure, RepositoryOptions <TDbContext> _unitOfWorkOptions) : base(_infrastructure, _unitOfWorkOptions)
 {
 }
Ejemplo n.º 2
0
 public RepositoryQuery(IRepositoryReadInfrastructure <TDbContext> _infrastructure) : base(_infrastructure)
 {
 }