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