using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ERP.Model { public class Education { public Guid EducationID { get; set; } public string EducationName { get; set; } } }