Exemple #1
0
 public SegurancaService(ISegurancaRepository segurancaRepository)
 {
     this._segurancaServiceRepository = segurancaRepository;
 }
Exemple #2
0
 public SegurancaService(IContextIronMountain context, IConfiguration configurationService, ISegurancaRepository segurancaRepository)
 {
     this.configurationService = configurationService;
     this.segurancaRepository  = segurancaRepository;
     this.context = context;
 }
 public SegurancaService(ISegurancaRepository rp)
 {
     _repository = rp;
 }