Example #1
0
 public virtual void CreateEmployee(Employee entity)
 {
     entityDao.CreateEmployee(entity);
 }