예제 #1
0
 private bool GroupsExists(int id)
 {
     return(_groupsRepository.GroupExists(id));
 }