Пример #1
0
 public DefaultCollectionChangeInterceptor(CollectionChangeContext changeContext)
 {
     _changeContext = changeContext;
 }
 public SetChangeInterceptor(CollectionChangeContext changeContext)
     : base(changeContext)
 {
 }