Exemplo n.º 1
0
 public override int GetMax(string column, string condition = "")
 {
     return(table.GetMax(column, condition));
 }