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