Skip to content

Commit

Permalink
Remove unused using
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Feb 14, 2021
1 parent 8c69b8b commit a5d1e31
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Grand.Services/Common/ViewRenderService.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Abstractions;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.AspNetCore.Mvc.Razor;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.AspNetCore.Routing;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Text;
using System.Text.Encodings.Web;
using System.Threading.Tasks;

namespace Grand.Services.Common
Expand Down

0 comments on commit a5d1e31

Please sign in to comment.