示例#1
0
 public AdapterContext(ISqlAdapterAccessor dbUtil) : base(dbUtil)
 {
 }
示例#2
0
 protected BaseContext(ISqlAdapterAccessor aptUtil)
     : this()
 {
     _aptUtil = aptUtil;
 }