コード例 #1
0
 public TOaTrainApplyLogic(TOaTrainApplyVo _tOaTrainApply)
 {
     tOaTrainApply = _tOaTrainApply;
     access        = new TOaTrainApplyAccess();
 }
コード例 #2
0
 public TOaTrainApplyLogic()
 {
     access = new TOaTrainApplyAccess();
 }