diff options
Diffstat (limited to 'src/DevHive.Services/Configurations/Mapping/FeedMappings.cs')
| -rw-r--r-- | src/DevHive.Services/Configurations/Mapping/FeedMappings.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/DevHive.Services/Configurations/Mapping/FeedMappings.cs b/src/DevHive.Services/Configurations/Mapping/FeedMappings.cs deleted file mode 100644 index 952e480..0000000 --- a/src/DevHive.Services/Configurations/Mapping/FeedMappings.cs +++ /dev/null @@ -1,11 +0,0 @@ -using AutoMapper; - -namespace DevHive.Services.Configurations.Mapping -{ - public class FeedMappings : Profile - { - public FeedMappings() - { - } - } -} |
