Ejemplo n.º 1
0
 public Order findOrd(string id)
 {
     return(ordDb.FindOrder(id));
 }