예제 #1
0
 public IEnumerable <News> GetNewsByCondominium(int condominiumId)
 {
     return(_newRepository.GetNewsByCondominium(condominiumId));
 }