Beispiel #1
0
 public News Get(int id)
 {
     return(newRepository.Get(id));
 }