예제 #1
0
 private bool CanRemoveRole(RoleDto roleDto)
 {
     return(component.CanRemove(roleDto));
 }