using System;
using System.Collections.Generic;
using System.Text;
using System.ComponentModel.DataAnnotations;

namespace {projectName}.Model
{
    public class {tableName}TransactionalModel
    {
        {modelProperties}

        {ForeignKeyProperties}
    }
}
