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, 11 insertions, 0 deletions
diff --git a/src/DevHive.Services/Configurations/Mapping/FeedMappings.cs b/src/DevHive.Services/Configurations/Mapping/FeedMappings.cs new file mode 100644 index 0000000..952e480 --- /dev/null +++ b/src/DevHive.Services/Configurations/Mapping/FeedMappings.cs @@ -0,0 +1,11 @@ +using AutoMapper; + +namespace DevHive.Services.Configurations.Mapping +{ + public class FeedMappings : Profile + { + public FeedMappings() + { + } + } +} |
