Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. [Required(ErrorMessage = "Campo obrigatório!")]
  2. public decimal VlrObra { get; set; }
  3.  
  4. public void Salvar(Obra obra)
  5. {
  6. db.Obra.Add(obra);
  7. db.SaveChanges();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement