Example #1
0
 private TestResult GetTestResultsByProject(IORM ormObj, int projectID)
 {
     return(ormObj.GetTeamMemberByProject(projectID));
 }