Exemplo n.º 1
0
 public TWfInstControlLogic(TWfInstControlVo _tWfInstControl)
 {
     tWfInstControl = _tWfInstControl;
     access         = new TWfInstControlAccess();
 }
Exemplo n.º 2
0
 public TWfInstControlLogic()
 {
     access = new TWfInstControlAccess();
 }