Beispiel #1
0
 /// <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();
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="QlAccountDateChecker"/> class.
 /// </summary>
 public QlAccountDateChecker()
 {
     _regDateDb = new DbRegistrationDates();
 }