예제 #1
0
        public void RefreashData()
        {
            TEmployeeDTO dto = _client.TEmployeeQueryById(_Id);

            RefreashData(dto);
        }