Example #1
0
 private int DirectorId()
 {
     return(directorManager.GetByName(comboBox1.Text).Data.Id);
 }