/// <summary> /// Initializes a new instance of the <see cref="T:iTin.Export.ComponentModel.ExcelFormulaResolver" /> class. /// </summary> /// <param name="aggregate">Aggregate's data.</param> public ExcelFormulaResolver(FieldAggregateModel aggregate) { _model = aggregate; }
/// <summary> /// Initializes a new instance of the <see cref="T:iTin.Export.ComponentModel.NonTabularFormulaResolver" /> class. /// </summary> /// <param name="aggregate">Aggregate's data.</param> public NonTabularFormulaResolver(FieldAggregateModel aggregate) { _model = aggregate; }