示例#1
0
        public EmployeeViewModel FetchMyProfile()
        {
            EmployeeViewModel employeeViewModel = EmployeeViewModel.FetchMyProfile();

            return(employeeViewModel);
        }