Ejemplo n.º 1
0
 internal RowMapper(DbSetOptions context)
 {
     this.context = context;
 }
Ejemplo n.º 2
0
 public CommandBuilder(DbSetOptions options)
 {
     this.options = options;
 }