File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ using Microsoft.Extensions.DependencyInjection;
99using SubSonic;
1010using System;
1111
12- namespace TemplateIntegrationTest.DAL
12+ namespace $rootnamespace$
1313{
14- public partial class DataContext
14+ public partial class $safeitemrootname$
1515 : SubSonicContext
1616 {
1717 private readonly IServiceCollection services = null;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ using System.ComponentModel.DataAnnotations;
1010using System.ComponentModel.DataAnnotations.Schema;
1111using SubSonic;
1212
13- namespace TemplateIntegrationTest.DAL .Models
13+ namespace $rootnamespace$ .Models
1414{
1515<#foreach(Models.Table table in Context.Tables) {
1616 if (Settings.ExcludeTables.Any(x => x.Equals(table.Name, StringComparison.OrdinalIgnoreCase)))
You can’t perform that action at this time.
0 commit comments