Пример #1
0
 private void GetDyingSeeds()
 {
     SeedAction objSeed = new SeedAction();
     IList<Seed> ListDyingSeeds = objSeed.GetAllDyingSeeds();
     ViewData["DyingSeeds"] = ListDyingSeeds;
 }