﻿
export interface IAllocationDto {
    percent: string;
    symbol: string;
}
