修复清理vengine
This commit is contained in:
@@ -16,14 +16,14 @@ public class AcmenVmodelContext : TemplateContext
|
||||
_da = da;
|
||||
Vm = vm;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
///
|
||||
/// </summary>
|
||||
public IDataAccess _da { get; set; }
|
||||
|
||||
public Vmodel Vm { get; }
|
||||
|
||||
public string NsPrefix { get { return "Tnb"; } }
|
||||
|
||||
}
|
||||
|
||||
|
||||
public string NsPrefix
|
||||
{ get { return "Tnb"; } }
|
||||
}
|
||||
Reference in New Issue
Block a user