Пример #1
0
 public IEnumerable <WaterMeter> GetAllWaterMeters()
 {
     return(m_houseRepository.GetAllWaterMeters());
 }