コード例 #1
0
 public bool HasApproveRights(string UserId)
 {
     return(preApprovalService.HasApproveRights(UserId));
 }