Exemplo n.º 1
0
 public TEnvPointSeaLogic(TEnvPointSeaVo _tEnvPointSea)
 {
     tEnvPointSea = _tEnvPointSea;
     access       = new TEnvPointSeaAccess();
 }
Exemplo n.º 2
0
 public TEnvPointSeaLogic()
 {
     access = new TEnvPointSeaAccess();
 }