Class GatewayPlanCreateViewModelToGatewayPlanCreateInputMapper
Inheritance
GatewayPlanCreateViewModelToGatewayPlanCreateInputMapper
Assembly: Volo.Payment.Admin.Web.dll
[MapExtraProperties]
public class GatewayPlanCreateViewModelToGatewayPlanCreateInputMapper : MapperBase<CreateModalModel.GatewayPlanCreateViewModel, GatewayPlanCreateInput>, IAbpMapperlyMapper<CreateModalModel.GatewayPlanCreateViewModel, GatewayPlanCreateInput>, ITransientDependency
Constructors
Declaration
public GatewayPlanCreateViewModelToGatewayPlanCreateInputMapper()
Methods
Map(GatewayPlanCreateViewModel)
Declaration
public override GatewayPlanCreateInput Map(CreateModalModel.GatewayPlanCreateViewModel source)
Parameters
Returns
Overrides
Map(GatewayPlanCreateViewModel, GatewayPlanCreateInput)
Declaration
public override void Map(CreateModalModel.GatewayPlanCreateViewModel source, GatewayPlanCreateInput destination)
Parameters
Overrides
Implements
Extension Methods