Exemple #1
0
 public FacturaController(EmailService emailService)
 {
     this.usuarioManagement     = new UsuarioManagement();
     this.sucursalManagement    = new SucursalManagement();
     this.comercioManagement    = new ComercioManagement();
     this.transaccionManagement = new TransaccionManagement();
     this.facturaManagement     = new FacturaManagement();
     this.empleadoManagement    = new EmpleadoManagement();
     this.emailService          = emailService;
 }
 public EmpleadoController()
 {
     this.em = new EmpleadoManagement();
     this.um = new UsuarioManagement();
 }