[WIP] Git
This commit is contained in:
parent
e377a32732
commit
9cbb1706ad
17 changed files with 99 additions and 7803 deletions
|
|
@ -28,7 +28,7 @@ namespace Yavsc.Server.Helpers
|
|||
|
||||
}
|
||||
|
||||
public static List<SelectListItem> CreateSelectListItems<T> (this DbSet<T>data,
|
||||
public static List<SelectListItem> CreateSelectListItems<T> (this IEnumerable<T>data,
|
||||
Func<T,string> dataField,
|
||||
Func<T,string> displayField = null, object selectedValue =null) where T : class
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue