v2.0.0
This commit is contained in:
@@ -18,6 +18,7 @@ using CC.Yi.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace CC.Yi.DAL
|
||||
{
|
||||
@@ -25,8 +26,9 @@ namespace CC.Yi.DAL
|
||||
#>
|
||||
public partial class <#=k #>Dal : BaseDal<<#=k #>>, I<#=k #>Dal
|
||||
{
|
||||
public <#=k #>Dal(DataContext _Db) : base(_Db)
|
||||
public <#=k #>Dal(DataContext _Db):base(_Db)
|
||||
{
|
||||
Db = _Db;
|
||||
}
|
||||
}
|
||||
<# } #>
|
||||
|
||||
Reference in New Issue
Block a user