Beispiel #1
0
 public Order GetById(int Id)
 {
     return(db.GetById(Id));
 }