protected TProperty GetPrimaryKey <TProperty>(T item) { return(DataUtil.GetPrimaryKey <T, TProperty>(item)); }
protected TProperty GetScopeValue <TProperty>(T item) { return(DataUtil.GetPropertyValue <T, TProperty>(item, Scope)); }
protected TProperty GetPropertyValue <TProperty>(T item, string propertyName) { return(DataUtil.GetPropertyValue <T, TProperty>(item, propertyName)); }