Пример #1
0
 public void Post([FromBody] List <ContentModel> model, string url = "")
 {
     contentSerivce.AddToPage(url, model);
 }