Ejemplo n.º 1
0
 public IList <Customer> GetList()
 {
     return(_customerDao.GetList());
 }