public VerifyIList(CalcWayEnum calc_way, IList <TA> answer, IList <TS> source) { this.ArgCalcWay = calc_way; this.Answer = answer; this.Source = source; }
public VerifyIList(CalcWayEnum calc_way) { this.ArgCalcWay = calc_way; }