Beispiel #1
0
 public CalculationPDV(INotasRepository notasRepository, IMoedasRepository moedasRepository)
 {
     _moedarepository = moedasRepository;
     _notasRepository = notasRepository;
 }
Beispiel #2
0
 public NotasService(INotasRepository repository, INotasRepository repositoryLocal) : base(repository)
 {
     _repositoryLocal = repositoryLocal;
 }