/// <summary>
 /// Initializes a new instance of the <see cref="PaymentTypeFeeScheduleLogic"/> class.
 /// </summary>
 /// <param name="connectionString">The connection string.</param>
 public PaymentTypeFeeScheduleLogic(string connectionString)
 {
     _paymentTypeFeeScheduleRepository = Factory.CreateInstance <IPaymentTypeFeeScheduleRepository>(connectionString, true);
 }