Exemple #1
0
 public static void DeletePermision(int permissionID)
 {
     PermissionDAO.DeletePermision(permissionID);
 }