added automapper config in microservice demo product management

resolves https://github.com/abpframework/abp/issues/1273
pull/1277/head
Yunus Emre Kalkan 6 years ago
parent 64352b6df3
commit 400ac44196

@ -6,7 +6,7 @@ namespace ProductManagement
{
public ProductManagementApplicationAutoMapperProfile()
{
CreateMap<Product, ProductDto>();
}
}
}
Loading…
Cancel
Save