Beispiel #1
0
        public string Execute(string[] args)
        {
            int             id          = int.Parse(args[0]);
            EmployeeFullDto employeeDto = employeeController.GetFullEmployeeInfo(id);

            StringBuilder sb = new StringBuilder();

            sb.a
        }