예제 #1
0
 private bool GroupExists(long id)
 {
     return(_groupRepository.Exists(id));
 }