Esempio n. 1
0
 public IQueryable <vw_Folders> GetAllCaseFolders(int CaseID)
 {
     return(FoldersRepository.GetAllFolders(CaseID));
 }