初始提交
This commit is contained in:
18
Services/Hncore.Pass.Sells/Map/MapConfig.cs
Normal file
18
Services/Hncore.Pass.Sells/Map/MapConfig.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Hncore.Infrastructure.Extension;
|
||||
using Hncore.Pass.Sells.Domain;
|
||||
using Hncore.Pass.Sells.Model;
|
||||
using Hncore.Pass.Sells.Request.RedeemCode;
|
||||
|
||||
namespace Hncore.Pass.Sells.Map
|
||||
{
|
||||
public class MapConfig
|
||||
{
|
||||
public static void Config()
|
||||
{
|
||||
|
||||
TinyMapperExtension.Binds<CouponEntity, PostCouponRequest>();
|
||||
|
||||
TinyMapperExtension.Binds<CouponResourceEntity, ResourceModel>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user