Esempio n. 1
0
 public bool DeleteMapContent(int contentId)
 {
     return(_contentCategoryMapRepository.DeleteMapContentCategory(contentId));
 }