Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit e089821

Browse files
committed
Add usings needed for quickstart so that users don't have to add them themselves
1 parent 375c037 commit e089821

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/dotnetcore/getting-started/webfrontend/Controllers/HomeController.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4+
using System;
5+
using System.Collections.Generic;
46
using System.Diagnostics;
7+
using System.Threading.Tasks;
58
using Microsoft.AspNetCore.Mvc;
69
using webfrontend.Models;
710

0 commit comments

Comments
 (0)