Skip to content

Commit eec9cb1

Browse files
committed
code cleanup
code cleanup
1 parent 55d7fc7 commit eec9cb1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Supermarket/Mapping/ModelToResourceProfile.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using AutoMapper;
2-
using Supermarket.Entites.Models;
2+
using Supermarket.Core.Models;
33
using Supermarket.Extensions;
4-
using Supermarket.Identity.Models;
54
using Supermarket.Resources;
65

76
namespace Supermarket.Mapping

Supermarket/Mapping/ResourceToModelProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using AutoMapper;
2-
using Supermarket.Entites.Models;
2+
using Supermarket.Core.Models;
33
using Supermarket.Resources;
44

55
namespace Supermarket.Mapping

0 commit comments

Comments
 (0)