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