public ActionResult <EmployeeModel> Postvalue(EmployeeModel employee) { var result = _iuserService.FetchUserInfo(employee); return(result); }