public static GiftCard ToEntity(this GiftCardModel model, GiftCard destination) { return(model.MapTo(destination)); }
public static GiftCard ToEntity(this GiftCardModel model) { return(model.MapTo <GiftCardModel, GiftCard>()); }