Ejemplo n.º 1
0
 private bool GroupExists(long id)
 {
     return(_groupRepository.Exists(id));
 }