Ejemplo n.º 1
0
 /// <summary>
 /// Get the maximum ID for the employee table
 /// </summary>
 /// <returns>integer (ID) corresponding to the last employee</returns>
 public static int GetMaxEmployeeID()
 {
     return(AccessDataBase.GetMaxEmployeeID());
 }