Ejemplo n.º 1
0
 public hResult <T> Update <T>(hTable <T> table, hRow <T> row)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void Insert <T>(hTable <T> table, hRow <T> row)
 {
     throw new NotImplementedException();
 }