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