Update SampleDataController.cs

This commit is contained in:
Isaac Levin 2019-06-07 10:23:20 -04:00 committed by GitHub
parent 86dde596b8
commit af5c1eed67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
#endif
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
namespace Company.WebApplication1.Controllers
{