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