Guest User

Untitled

a guest
Nov 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. [DataType(DataType.Date)]
  2. public DateTime Update { get { return DateTime.Now; } }
  3.  
  4.  
  5. public virtual ICollection<Venta> Venta { get; set; }
  6. }
Add Comment
Please, Sign In to add comment