Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 20th, 2012  |  syntax: None  |  size: 0.15 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. public class Issue
  2. {
  3.   [Key]
  4.   public int Id { get; set;}
  5.  
  6.   [Required]
  7.   public string Name { get; set; }
  8.  
  9.   public string Description { get; set; }
  10. }