Ejemplo n.º 1
0
 public FeeAdjustModel GetFeePercentage()
 {
     this.feeAdjust = (IFeeAdjustRepo) new FeeAdjustRepo();
     return(this.feeAdjust.GetFeePercentage());
 }
Ejemplo n.º 2
0
 public string EditFeeConfirmed(FeeAdjustModel feeModel)
 {
     feeAdjust = (IFeeAdjustRepo) new FeeAdjustRepo();
     return(this.feeAdjust.EditFeeConfirmed(feeModel));
 }