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