From 1691baf054b6695da35c9d29032d9b3934c1f979 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 11 May 2021 12:03:11 +0300 Subject: Renamed mapping classes to have the name of their layer --- ExamTemplate/Services/Configurations/UserMappings.cs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 ExamTemplate/Services/Configurations/UserMappings.cs (limited to 'ExamTemplate/Services/Configurations/UserMappings.cs') diff --git a/ExamTemplate/Services/Configurations/UserMappings.cs b/ExamTemplate/Services/Configurations/UserMappings.cs deleted file mode 100644 index acb3ae4..0000000 --- a/ExamTemplate/Services/Configurations/UserMappings.cs +++ /dev/null @@ -1,15 +0,0 @@ -using AutoMapper; -using ExamTemplate.Data.Models; -using ExamTemplate.Services.Models.User; - -namespace ExamTemplate.Services.Configurations -{ - public class UserMappings : Profile - { - public UserMappings() - { - CreateMap(); - CreateMap(); - } - } -} -- cgit v1.2.3