diff --git a/Src/Services/BrandService.cs b/Src/Services/BrandService.cs index e5f514049..70078c41f 100644 --- a/Src/Services/BrandService.cs +++ b/Src/Services/BrandService.cs @@ -1,6 +1,7 @@ using System; using System.Linq; using Models; +using Microsoft.EntityFrameworkCore; namespace Services {