namespace Kreta.Framework.Entities { public class EntityConnectionModel { public string TargetTableName { get; set; } public string TargetColumnName { get; set; } public int RowsCount { get; set; } } }