Exemplo n.º 1
0
 protected BaseContext(ISqlCommandAccessor cmdUtil)
     : this()
 {
     _comUtil = cmdUtil;
 }
Exemplo n.º 2
0
 public CommandContext(ISqlCommandAccessor dbUtil) : base(dbUtil)
 {
 }