예제 #1
0
 public TWfInstControlLogic(TWfInstControlVo _tWfInstControl)
 {
     tWfInstControl = _tWfInstControl;
     access         = new TWfInstControlAccess();
 }
예제 #2
0
 public TWfInstControlLogic()
 {
     access = new TWfInstControlAccess();
 }