public TypedUpdateProvider(TypedDataSource currentDataSource, TypedMetadata metadata)
 {
     _currentDataSource   = currentDataSource;
     _metadata            = metadata;
     _actions             = new List <Action>();
     _rememberedInstances = new List <object>();
 }
 public TypedUpdateProvider(TypedDataSource currentDataSource, TypedMetadata metadata)
 {
     _currentDataSource = currentDataSource;
     _metadata = metadata;
     _actions = new List<Action>();
     _rememberedInstances = new List<object>();
 }