Exemplo n.º 1
0
 public PorcCantidadCategoriasCubiertasController(CompensationDbContext context)
 {
     _context = context;
 }
 public VendedorController(CompensationDbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public ProductoCuotaController(CompensationDbContext context)
 {
     _context = context;
 }
 public TasaAñoMesController(CompensationDbContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public CalculoController(CompensationDbContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public PagoManualController(CompensationDbContext context)
 {
     _context = context;
 }
 public TemporalController(CompensationDbContext context)
 {
     _context = context;
 }
 public OrdenesPignoradasController(CompensationDbContext context)
 {
     _context = context;
 }
 public SysFileController(CompensationDbContext context)
 {
     _context = context;
 }
 //Controlador
 public ResumenComisionHistoricoController(CompensationDbContext context)
 {
     _context = context;
 }
Exemplo n.º 11
0
 public RangoCumplimientoCuotaGeneralController(CompensationDbContext context)
 {
     _context = context;
 }
Exemplo n.º 12
0
 public Calculo(CompensationDbContext context)
 {
     _context = context;
 }
 public PeriodoController(CompensationDbContext context)
 {
     _context = context;
 }
 public AñoMesOrdenController(CompensationDbContext context)
 {
     _context = context;
 }
 public TipoPagoController(CompensationDbContext context)
 {
     _context = context;
 }
Exemplo n.º 16
0
 public CuentasController(IConfiguration configuration, CompensationDbContext contex)
 {
     _configuration = configuration;
     _context       = contex;
 }
Exemplo n.º 17
0
 public ResumenOficinaTemporalController(CompensationDbContext context)
 {
     _context = context;
 }
 public FlatComisionGerenteController(CompensationDbContext context)
 {
     _context = context;
 }
Exemplo n.º 19
0
 public HistoricoController(CompensationDbContext context)
 {
     _context = context;
 }
Exemplo n.º 20
0
 public CuotaVentasController(CompensationDbContext context)
 {
     _context = context;
 }
 public OficinaController(CompensationDbContext context)
 {
     _context = context;
 }