Exemple #1
0
 ExercisedCredit IExercisedCreditsQuery.GetExercisedCredit(Guid id)
 {
     return(_repository.GetExercisedCredit(id));
 }