Ejemplo n.º 1
0
 public TWfSettingFlowLogic(TWfSettingFlowVo _tWfSettingFlow)
 {
     tWfSettingFlow = _tWfSettingFlow;
     access         = new TWfSettingFlowAccess();
 }
Ejemplo n.º 2
0
 public TWfSettingFlowLogic()
 {
     access = new TWfSettingFlowAccess();
 }