Exemplo n.º 1
0
 public int AddNewEmployee(Employee employee)
 {
     return(_repo.AddEmployeeDetails(employee));
 }