Exemplo n.º 1
0
 public ActionResult Remove(QueryModel2 m)
 {
     m.DeleteCondition();
     return Content(JsonConvert.SerializeObject(m));
 }