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