예제 #1
0
 public ActionResult GetOrderProductJson(string keyValue)
 {
     return(Content(deviceApp.GetOrderProductList(keyValue).ToJson()));
 }