Exemplo n.º 1
0
 public bool Early(int id)
 {
     return(employeeDal.Early(id.ToString()) > 0);
 }