public ComponentItemsController(bdcswebContext context, IConfiguration configuration)
        {
            _context       = context;
            _configuration = configuration;

            componentItemsPageLimit = _configuration.GetValue <int>("UISettings:ComponentItemsPageLimit");
        }
Exemplo n.º 2
0
 public ContractsController(bdcswebContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public ComponentsController(bdcswebContext context)
 {
     _context = context;
 }