Exemplo n.º 1
0
 public AbonoController(EmpresaContext context)
 {
     _abonoService = new AbonoService(context);
 }