Ejemplo n.º 1
0
 public IHttpActionResult GetEmployeeById(Guid id)
 {
     return(Ok(empService.GetEmployeeDTOById(id)));
 }