public void AddBootstrapper(IDataBootstrapper bootstraper)
 {
     _BootstrapService.Add(bootstraper);
 }
Example #2
0
 public void AddBootstrapper(IDataBootstrapper bootstraper)
 {
     _BootstrapService.Add(bootstraper);
 }
Example #3
0
 public DataBootstrapService Add(IDataBootstrapper bootstrapper)
 {
     _Bootstrappers.Add(bootstrapper);
     return(this);
 }
 public DataBootstrapService Add(IDataBootstrapper bootstrapper)
 {
     _Bootstrappers.Add(bootstrapper);
     return this;
 }