Example #1
0
 protected virtual string GetPrevStep(ILoader loader, View view, string pk, string currentStepId)
 {
     return(loader.GetPreviousValue(view.Base.Name, view.WorkFlowStepsFieldName, pk, currentStepId));
 }