Example #1
0
 public IList <Movie> GetList()
 {
     return(_movieDao.GetList());
 }