Ejemplo n.º 1
0
 public int CreateEmployee(EmployeeModel empModel)
 {
     return(_CreateEmployeeRepository.CreateEmployee(empModel));
 }