Exemplo n.º 1
0
 public bool Start()
 {
     _migrator.Start();
     return(_startups.All(x => x.Start()));
 }