Beispiel #1
0
 public New GetByID(int id)
 {
     return(_newRepository.GetSingleById(id));
 }