Exemplo n.º 1
0
 public static ISeedManifestCollection AddManifestFile(this ISeedManifestCollection self, string path)
 {
     self.Add(new Model.SeedManifestDescriptor(path));
     return(self);
 }
Exemplo n.º 2
0
        public override void ConfigureSeeds(ISeedManifestCollection initSeeds, ISeedManifestCollection demoSeeds)
        {
            initSeeds.AddManifestFile("SeedData/Init/Manifest.xaml");

            demoSeeds.AddManifestFile("SeedData/demo/Manifest.xaml");
        }
Exemplo n.º 3
0
 public virtual void ConfigureSeeds(ISeedManifestCollection initSeeds, ISeedManifestCollection demoSeeds)
 {
 }