Example #1
0
 public IEnumerable <Bank> GetAll()
 {
     return(dao.GetAll());
 }