Add Photosynthesis Type
This commit is contained in:
@@ -22,9 +22,9 @@ namespace LeafWeb.Core.DAL
|
||||
|
||||
var photosynthesisTypes = new []
|
||||
{
|
||||
new PhotosynthesisType {Id = "C3_photosynthesis_leafweb", Name = "C3 Photosynthesis"},
|
||||
new PhotosynthesisType {Id = "C4_photosynthesis_leafweb", Name = "C4 Photosynthesis"},
|
||||
new PhotosynthesisType {Id = "CAM_photosynthesis_leafweb", Name = "CAM Photosynthesis"}
|
||||
new PhotosynthesisType {Id = "C3_photosynthesis_leafweb", Name = "C3 Photosynthesis", SortOrder = 1},
|
||||
new PhotosynthesisType {Id = "C4_photosynthesis_leafweb", Name = "C4 Photosynthesis", SortOrder = 2},
|
||||
new PhotosynthesisType {Id = "CAM_photosynthesis_leafweb", Name = "CAM Photosynthesis", SortOrder = 3}
|
||||
};
|
||||
|
||||
context.PhotosynthesisTypes.AddRange(photosynthesisTypes);
|
||||
|
||||
Reference in New Issue
Block a user