Skip to content

Instantly share code, notes, and snippets.

@DavidSSL
Created April 30, 2013 11:07
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/358f3f68104c3d2030c5 to your computer and use it in GitHub Desktop.
Save DavidSSL/358f3f68104c3d2030c5 to your computer and use it in GitHub Desktop.
Offer v00.00.00
namespace Before.Model
{
public class Offer : Entity
{
public Member MemberAssigned { get; set; }
public OfferType Type { get; set; }
public DateTime DateExpiring { get; set; }
public int Value { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment