コード例 #1
0
 public vw_Folders GetFolderByID(Guid FolderGuid)
 {
     return(FoldersRepository.GetFolderByID(FolderGuid));
 }