Add generic reference if needed for Sql Input Binding (#1294)

* add generic reference if needed

* only check input binding for now
This commit is contained in:
Lucy Zhang
2021-11-11 10:54:42 -08:00
committed by GitHub
parent a3c69f3dd2
commit 8487703c21
3 changed files with 13 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ using Microsoft.AspNetCore.Mvc;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.Http;
using Microsoft.Extensions.Logging;
using System.Collections.Generic;
namespace Company.Namespace
{

View File

@@ -7,7 +7,6 @@ using Microsoft.AspNetCore.Mvc;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.Http;
using Microsoft.Extensions.Logging;
using System.Collections.Generic;
namespace Company.Namespace
{