Exemple #1
0
 public int GetMaxID(string FieldName, string TableName)
 {
     return(dal.GetMaxID(FieldName, TableName));
 }