/// <summary> /// Initializes a new instance of the <see cref="AccountDateCmd"/> class. /// </summary> /// <param name="sst">The main class.</param> public AccountDateCmd(SynServerTool sst) { _sst = sst; _registrationDb = new DbRegistrationDates(); }
/// <summary> /// Initializes a new instance of the <see cref="QlAccountDateChecker"/> class. /// </summary> public QlAccountDateChecker() { _regDateDb = new DbRegistrationDates(); }