mirror of https://github.com/abpframework/abp.git
Browse Source
Issue 11638 - Remove AutoMapper dependency from the Feature Management modulepull/11783/head
committed by
GitHub
8 changed files with 4 additions and 49 deletions
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace Volo.Abp.FeatureManagement; |
|||
|
|||
public class FeatureManagementApplicationAutoMapperProfile : Profile |
|||
{ |
|||
public FeatureManagementApplicationAutoMapperProfile() |
|||
{ |
|||
|
|||
} |
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace Volo.Abp.FeatureManagement; |
|||
|
|||
public class FeatureManagementWebAutoMapperProfile : Profile |
|||
{ |
|||
public FeatureManagementWebAutoMapperProfile() |
|||
{ |
|||
//Create mappings.
|
|||
} |
|||
} |
|||
Loading…
Reference in new issue