Esempio n. 1
0
 public IActionResult CheckIfContentExistByName(string name)
 {
     return(Ok(_staticContentRepository.CheckIfContentExistByName(name)));
 }