Mineplex2018-withcommit/Website/packages/MvcScaffolding.1.0.7/tools/Action/ViewModel.cs.t4
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

13 lines
288 B
Plaintext

<#@ Template Language="C#" HostSpecific="True" Inherits="DynamicTransform" #>
<#@ Output Extension="cs" #>
using System;
using System.Collections.Generic;
using System.Linq;
namespace <#= Model.Namespace #>
{
public class <#= Model.ClassName #>
{
// Add properties here
}
}