예제 #1
0
 protected BaseContext(ISqlCommandAccessor cmdUtil)
     : this()
 {
     _comUtil = cmdUtil;
 }
예제 #2
0
 public CommandContext(ISqlCommandAccessor dbUtil) : base(dbUtil)
 {
 }