Ejemplo n.º 1
0
 public IDataResult <IList <Address> > GetList()
 {
     return(new SuccessDataResult <IList <Address> >(_addressDao.GetList()));
 }