Add Photosynthesis Type
This commit is contained in:
@@ -44,5 +44,10 @@ namespace LeafWeb.Web.Controllers
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
protected SelectList GetPhotosynthesisTypeSelectList()
|
||||
{
|
||||
return new SelectList(DataService.GetPhotosynthesisTypes().ToList(), "Id", "Name");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user