Ejemplo n.º 1
0
 IList <Guid> IExercisedCreditsQuery.HasExercisedCredits <T1, T2>(HierarchyPath hierarchyPath)
 {
     return(_repository.HasExercisedCredits(new[] { _creditsQuery.GetCredit <T1>().Id, _creditsQuery.GetCredit <T2>().Id }, hierarchyPath));
 }