Exemplo n.º 1
0
        public async Task <IActionResult> GetInventionExcel()
        {
            var queryInstance = new InventionList.Query();

            return(await GetExcelInternal(queryInstance));
        }
Exemplo n.º 2
0
        public async Task <IActionResult> GetInvention()
        {
            var queryInstance = new InventionList.Query();

            return(await GetListResult(queryInstance));
        }