Skip to content

Instantly share code, notes, and snippets.

@DavidSSL
Created April 30, 2013 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidSSL/6b1579ccc2f6d7bcd23a to your computer and use it in GitHub Desktop.
Save DavidSSL/6b1579ccc2f6d7bcd23a to your computer and use it in GitHub Desktop.
namespace Before.Model
{
public class OfferType
{
public string Name { get; set; }
public ExpirationType ExpirationType { get; set; }
public int DaysValid { get; set; }
public DateTime? BeginDate { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment