Пример #1
0
 public virtual IList <Address> GetAllAddress()
 {
     return(entityDao.GetAllAddress(false));
 }