Exemplo n.º 1
0
        public int Put(Employee changeEmployee)
        {
            ClaimsPrincipal p = Request.GetRequestContext().Principal as ClaimsPrincipal;

            return(EmployeeDA.ChangeEmployee(changeEmployee, p.Claims));
        }