Example #1
0
 public Hierarchy GetHierarchyForUser(long userId)
 {
     return(_hierarchyRepository.GetHierarchyForUser(userId));
 }