public Hashtable GetStudy(string sqlString) { return(_studyRepository.GetStudy(sqlString)); }
public void CanGetStudyById() { Assert.Equal(studyId, studies.GetStudy(study.Id)?.Id); }