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