Exemple #1
0
 public ActionResult CancelTemplateObject(int id)
 {
     _objectService.CancelObject(id);
     return(JsonMessageResult(null));
 }