Ejemplo n.º 1
0
 public Order GetById(int Id)
 {
     return(db.GetById(Id));
 }