예제 #1
0
 public AbonoController(EmpresaContext context)
 {
     _abonoService = new AbonoService(context);
 }