Exemplo n.º 1
0
 public OrderModel GetDatabyID(string id)
 {
     return(_OrderBusiness.GetDatabyID(id));
 }