예제 #1
0
 private TestResult GetTestResultsByTeam(IORM ormObj, int teamID)
 {
     return(ormObj.GetTeamMemberByTeam(teamID));
 }