Skip to content

Commit

Permalink
Rename folders
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Mar 4, 2020
1 parent 044a55e commit 55f8685
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Grand.Web/Controllers/CountryController.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Grand.Framework.Mvc.Filters;
using Grand.Services.Localization;
using Grand.Web.Models.Common;
using Grand.Web.Queries.Models;
using Grand.Web.Features.Models.Common;
using MediatR;
using Microsoft.AspNetCore.Mvc;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
using Grand.Services.Directory;
using Grand.Services.Localization;
using Grand.Web.Models.Common;
using Grand.Web.Queries.Models;
using Grand.Web.Features.Models.Common;
using MediatR;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;

namespace Grand.Web.Queries.Handlers
namespace Grand.Web.Features.Handlers.Common
{
public class GetStatesProvinceHandler : IRequestHandler<GetStatesProvince, IList<StateProvinceModel>>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using MediatR;
using System.Collections.Generic;

namespace Grand.Web.Queries.Models
namespace Grand.Web.Features.Models.Common
{
public class GetStatesProvince : IRequest<IList<StateProvinceModel>>
{
Expand Down

0 comments on commit 55f8685

Please sign in to comment.