﻿using System;
using System.Collections.Generic;
using System.Linq;
{@BiserForDBreeze}

namespace {@NamespaceName}
{

	public partial class {@ObjName} : {@IfcJson} {@IfcComma1} {@IfcBinary}
	{
		{@ContentJson}

		{@ContentBinary}

	}
}