コード例 #1
0
 public List <string> GetAllRolePermissions(string rol)
 {
     return(PermissionInterface.GetAllRolePermissions(rol));
 }