Example #1
0
        public ActionResult <EmployeeModel> Postvalue(EmployeeModel employee)
        {
            var result = _iuserService.FetchUserInfo(employee);

            return(result);
        }