Example #1
0
 public BillService(IBillContext billContext)
 {
     this.billContext = billContext;
 }
 public PaymentScheduleService(IBillContext billContext, IScheduleFilters scheduleFilters)
 {
     this.billContext     = billContext;
     this.scheduleFilters = scheduleFilters;
 }