﻿import {ServiceObject} from "../Core/ServiceObjects/ServiceObject";
export interface IOwnedProperty {
    Owner: ServiceObject;
}







