Ejemplo n.º 1
0
 /// <summary>
 /// return how many employees was interviewed
 /// </summary>
 /// <returns></returns>
 public int HowManyWereInterviewed()
 {
     return(dal.HowManyWereInterviewed());
 }/// <summary>