/// <summary>Initializes a new instance of the <see cref="SchedulingCodeDeleteFailedConsumer" /> class.</summary>
 /// <param name="schedulingCodeService">The schedulingCode service.</param>
 public SchedulingCodeDeleteFailedConsumer(ISchedulingCodeService schedulingCodeService)
 {
     _schedulingCodeService = schedulingCodeService;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SchedulingCodesController" /> class.
 /// </summary>
 /// <param name="schedulingCodeService">The scheduling code service.</param>
 public SchedulingCodesController(ISchedulingCodeService schedulingCodeService)
 {
     _schedulingCodeService = schedulingCodeService;
 }