Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UpdateLeadStatusCommandHandler"/> class.
 /// </summary>
 /// <param name="jobDbHandler">
 /// The job database handler
 /// </param>
 public UpdateLeadStatusCommandHandler(IJobDbHandler jobDbHandler)
 {
     this.jobDbHandler = jobDbHandler;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="JobServices"/> class.
 /// </summary>
 /// <param name="jobDbHandler">
 /// the job database handler
 /// </param>
 public JobServices(IJobDbHandler jobDbHandler)
 {
     this.jobDbHandler = jobDbHandler;
 }