Exemplo n.º 1
0
 public void AddDisableInsertColumns(params string[] columns)
 {
     _db.AddDisableInsertColumns(columns);
 }