Example #1
0
 private decimal BuscarComissao(int turmaId)
 {
     return(_faturamentoRepository.BuscarComissao(turmaId));
 }