Beispiel #1
0
 public TEnvPointSeaLogic(TEnvPointSeaVo _tEnvPointSea)
 {
     tEnvPointSea = _tEnvPointSea;
     access       = new TEnvPointSeaAccess();
 }
Beispiel #2
0
 public TEnvPointSeaLogic()
 {
     access = new TEnvPointSeaAccess();
 }