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