コード例 #1
0
 public List <P_PreApproval> LoadHTCode(string UserID)
 {
     return(preApprovalService.LoadHTCode(UserID));
 }