public static Z_Consultant_Post ToEntity(this Models.ConsultantAdmin.Post.PostModel model, Z_Consultant_Post destination) { return(model.MapTo(destination)); }
public static Z_Consultant_Post ToEntity(this Models.ConsultantAdmin.Post.PostModel model) { return(model.MapTo <Models.ConsultantAdmin.Post.PostModel, Z_Consultant_Post>()); }