export interface OrderFee {
    OrderFee: number;
    ProductId: number;
}
