using System.Collections.Generic; namespace DefaultNamespace.Dto { public class SubmitScoreStep { public string stepName { get; set; } public string testPoint { get; set; } public float score { get; set; } public float setScore { get; set; } } }