Exemplo n.º 1
0
 public long GetChildCount(Guid parentId)
 {
     return(_organizeRepository.GetChildCount(parentId));
 }
Exemplo n.º 2
0
 public int GetChildCount(object parentId)
 {
     return(_organizeRepository.GetChildCount(parentId));
 }