Skip to content

Commit e3fe5e5

Browse files
committed
no message
1 parent 9f05280 commit e3fe5e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SubSonic.Core.Template/SubSonicDataContext.stt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ using Microsoft.Extensions.DependencyInjection;
99
using SubSonic;
1010
using 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;

SubSonic.Core.Template/SubSonicDataModels.stt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using System.ComponentModel.DataAnnotations;
1010
using System.ComponentModel.DataAnnotations.Schema;
1111
using 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)))

0 commit comments

Comments
 (0)