Example #1
0
 public JsonResult UpdatePlan([FromUri] long id, [FromBody] TInvtMovePlan vPlan)
 {
     return(new JsonResult(true));
 }
Example #2
0
 public JsonResult CreatePlan([FromBody] TInvtMovePlan vCheck)
 {
     return(new JsonResult(true));
 }