Пример #1
0
        public static void UpdateEntityPropertyValue <T>(this IEntitySyncable entity, T value, string propertyName)
        {
            var type         = typeof(T);
            var propertyType = value.GetType();

            // ...
        }
Пример #2
0
 public static Guid CreateIdentifier(this IEntitySyncable entity) => Guid.NewGuid();