예제 #1
0
 public IEnumerable <Address> GetAll()
 {
     return(_addressDao.GetAll());
 }