Example #1
0
 public async Task DeleteCMSContent(DeleteContentInput input)
 {
     await _contentManager.DeleteCMSContent(input.Id);
 }