Mineplex2018-withcommit/Website/packages/T4Scaffolding.1.0.6/tools/EFDbContext/DbContextEntityMember.cs.t4

2 lines
195 B
Plaintext
Raw Normal View History

2013-08-27 17:14:08 +02:00
<#@ Template Language="C#" HostSpecific="True" Inherits="DynamicTransform" #>
public DbSet<<#= ((EnvDTE.CodeType)Model.EntityType).FullName #>> <#= Model.EntityTypeNamePluralized #> { get; set; }