예제 #1
0
 public IEnumerable <WaterValue> GetAllWaterValues()
 {
     return(m_houseRepository.GetAllWaterValues());
 }