Beispiel #1
0
 public virtual IList <Employee> GetAllEmployee()
 {
     return(entityDao.GetAllEmployee());
 }