Skip to content

Instantly share code, notes, and snippets.

@ebello
Created August 4, 2008 15:48
Show Gist options
  • Save ebello/3915 to your computer and use it in GitHub Desktop.
Save ebello/3915 to your computer and use it in GitHub Desktop.
namespace Mofo.Framework.Components
{
public class Lookup<T>
{
public T ID { get; set; }
public string Name { get; set; }
}
}
namespace Mofo.Framework.Components
{
public class ConsiderationType : Lookup<byte>
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment