Mineplex2018-withcommit/Website/packages/MvcScaffolding.1.0.7/tools/Action/ViewModel.cs.t4

13 lines
288 B
Plaintext
Raw Normal View History

2013-08-27 17:14:08 +02:00
<#@ 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
}
}