Exemplo n.º 1
0
 public IRow AddRow(IReadOnlyList <object> data)
 {
     return(AddRow(_dataTableBuilder.CreateRow(data)));
 }