Beispiel #1
0
 public bool Save(News entity)
 {
     return(newRepository.Save(entity));
 }