Example #1
0
 public TEnvFillRiverTargetItemLogic(TEnvFillRiverTargetItemVo _tEnvFillRiverTargetItem)
 {
     tEnvFillRiverTargetItem = _tEnvFillRiverTargetItem;
     access = new TEnvFillRiverTargetItemAccess();
 }
Example #2
0
 public TEnvFillRiverTargetItemLogic()
 {
     access = new TEnvFillRiverTargetItemAccess();
 }