Beispiel #1
0
 public LiquidacionController(gpro_dbContext context, IMapper mapper,
                              IOptions <AppSettings> appSettings, ILiquidacionService liquidacionService)
 {
     _liquidacionService = liquidacionService;
     _context            = context;
     _appSetings         = appSettings.Value;
     _mapper             = mapper;
 }
 public LiquidacionController(ILiquidacionService liquidacionService)
 {
     _liquidacionService = liquidacionService;
 }