Ejemplo n.º 1
0
 /// <summary>
 /// Get the list of absence reasons for the ComboBox
 /// </summary>
 /// <returns>List of the reasons of the absence</returns>
 public List <Reason> GetTheReasons()
 {
     return(AccessDataBase.GetTheReasons());
 }