Beispiel #1
0
 public void DeleteFolderById(int folderId)
 {
     _metaRepository.DeleteFolderById(folderId);
 }