Exemple #1
0
 public List <PrivatePromotionCodeApiModel.Response> Get(string id)
 {
     return(_ordersInterface.GetPromotionCode(new Guid(id)));
 }