Beispiel #1
0
 public EmprestimoController(IEmprestimoServico emprestimoServico)
 {
     _emprestimoServico = emprestimoServico;
 }
Beispiel #2
0
 public EmprestimoAppServico(IEmprestimoServico emprestimoServico) : base(emprestimoServico)
 {
     _emprestimoServico = emprestimoServico;
 }