コード例 #1
0
 List <RoleInfo> ILayoutReview.GetUserRoles(Guid userId)
 {
     return(_data.GetUserRoles(userId));
 }