Beispiel #1
0
 public ProductosController(GeneralesContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
 public ZonasImpuestosController(GeneralesContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
 public ClientesController(GeneralesContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
 public FormasPagosController(GeneralesContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }