예제 #1
0
 public Folder GetByID(int folderID)
 {
     return(_folderRepository.GetByID(folderID));
 }