Beispiel #1
0
 public ApplicationGroup GetDetail(int id)
 {
     return(_applicationGroupRepository.GetById(id));
 }