Skip to content

Instantly share code, notes, and snippets.

@derans
Created August 25, 2012 06:53
Show Gist options
  • Save derans/3461708 to your computer and use it in GitHub Desktop.
Save derans/3461708 to your computer and use it in GitHub Desktop.
Select List Provider Interface
public interface ISelectListProvider
{
IEnumerable<SelectListItem> Provide();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment