public PeriodoController(IPeriodoService periodoService,
                          IPeriodoEmpresaService periodoEmpresaService, ITablaService tablaService,
                          IPeriodoCorrelativoService periodoCorrelativoService, ISucursalService sucursalService)
 {
     this.periodoService            = periodoService;
     this.periodoEmpresaService     = periodoEmpresaService;
     this.tablaService              = tablaService;
     this.periodoCorrelativoService = periodoCorrelativoService;
     this.sucursalService           = sucursalService;
 }
Exemplo n.º 2
0
 public TablaController(ITablaService tablaService)
 {
     this.tablaService = tablaService;
 }