﻿using System;

[AttributeUsage(AttributeTargets.Class)]
public class PrimaryObject : Attribute {}
