Exemplo n.º 1
0
 public bool updateEmp(EmpEntity.Employee e)
 {
     ed = new EmpDalLayer();
     ed.updateEmp(e);
     return(true);
     //throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public bool updateEmp(EmpEntity.Employee e)
 {
     ed = new EmpDalLayer();
     ed.updateEmp(e);
     return true;
     //throw new NotImplementedException();
 }