예제 #1
0
 public bool HasFileApproveRights(string UserId)
 {
     return(preApprovalService.HasFileApproveRights(UserId));
 }