public EntityFrameworkUnitOfWork(DbContextOptions <BizDbContext> options, IOperateContent operateContent) : this(options) { this._operateContent = operateContent; }
/// <summary> /// Initializes a new instance of the <see cref="T:NLC.Treasury.Interfaces.OperateSetter" /> class. /// </summary> /// <param name="operateContent">Content of the operate.</param> public OperateSetter(IOperateContent operateContent) { this._operateContent = operateContent; }