Example #1
0
 public string CreateOrder()
 {
     return(OrderMapper.CreateOrder(this));
 }