コード例 #1
0
 public TOaEmployeExaminehistoryLogic(TOaEmployeExaminehistoryVo _tOaEmployeExaminehistory)
 {
     tOaEmployeExaminehistory = _tOaEmployeExaminehistory;
     access = new TOaEmployeExaminehistoryAccess();
 }
コード例 #2
0
 public TOaEmployeExaminehistoryLogic()
 {
     access = new TOaEmployeExaminehistoryAccess();
 }