﻿
export interface IGuidIdResultDto {
    id: string;
}
