Exemple #1
0
 public bool Exists(int folderId)
 {
     return(_folderRepository.Exists(folderId));
 }