public IQueryable <ExamAttachment> RetrieveAllExamAttachments() => TryCatch(() => { IQueryable <ExamAttachment> storageExamAttachments = storageBroker.SelectAllExamAttachments(); ValidateStorageExamAttachments(storageExamAttachments); return(storageExamAttachments); });
public IQueryable <ExamAttachment> RetrieveAllExamAttachments() => TryCatch(() => storageBroker.SelectAllExamAttachments());