[CSharp/en]Fixed typo

This commit is contained in:
Laoujin 2015-02-01 19:01:47 +01:00
parent 564f1b20b8
commit 031637455c

View File

@ -34,7 +34,7 @@ using System.Net;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.IO; using System.IO;
// But this is one is not: // But this one is not:
using System.Data.Entity; using System.Data.Entity;
// In order to be able to use it, you need to add a dll reference // In order to be able to use it, you need to add a dll reference
// This can be done with the NuGet package manager: `Install-Package EntityFramework` // This can be done with the NuGet package manager: `Install-Package EntityFramework`