예제 #1
0
 public static byte[] AsJsonUTF8(ISalesOrder order)
 {
     return(Encoding.UTF8.GetBytes(SalesOrder.AsJson(order)));
 }