using System; namespace APT.Infrastructure.EF { public class DbsetProperty { public Type PropertyType { get; set; } public string PropertyName { get; set; } } }