示例#1
0
 public TWfSettingFlowLogic(TWfSettingFlowVo _tWfSettingFlow)
 {
     tWfSettingFlow = _tWfSettingFlow;
     access         = new TWfSettingFlowAccess();
 }
示例#2
0
 public TWfSettingFlowLogic()
 {
     access = new TWfSettingFlowAccess();
 }