Exemple #1
0
 public AdvogadoService(IAdvogadoRepository advogadoRepository)
 {
     this.advogadoRepository = advogadoRepository;
 }
Exemple #2
0
 public AdvogadoService(IContextIronMountain context, IAdvogadoRepository advogadoRepository)
 {
     this.advogadoRepository = advogadoRepository;
     this.context            = context;
 }