Exemplo n.º 1
0
 public IActionResult PublishAllSocialLists()
 {
     _manager.PublishAllLists();
     return(NoContent());
 }