Exemple #1
0
 public int EmployeeRegistration(EmployeeEntity e)
 {
     return(ob.EmployeeRegistration(e));
 }