Exemple #1
0
 public FolderModel GetFolderById(FolderId folderId)
 {
     return(_folderRepository.GetFolderById(folderId));
 }