using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Admin.NET.Application { public class StudyAbroadRequestDTO { /// /// 340856133152837 /// public long TypeId { get; set; } } public class StudyAbroadCountryDTO { public string Code { get; set; } public string Name { get; set; } } }