Beispiel #1
0
 public void Remove(long hierarchyId, long userId)
 {
     _hierarchyRepository.Remove(hierarchyId, userId);
 }