Skip to content

Commit

Permalink
Add missing import to C# batch client (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlandsi authored Aug 20, 2019
1 parent cf1970a commit 8cb07ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/batch/csharp/batchclient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace BatchClient
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Formatting;
using System.Net.Http.Headers;
using System.Threading.Tasks;

Expand Down

0 comments on commit 8cb07ed

Please sign in to comment.