Skip to content

Instantly share code, notes, and snippets.

@lucasemanuel
Created June 11, 2019 19:26
Show Gist options
  • Save lucasemanuel/80378e5ad0e64db0d7fc069f68eef696 to your computer and use it in GitHub Desktop.
Save lucasemanuel/80378e5ad0e64db0d7fc069f68eef696 to your computer and use it in GitHub Desktop.
// using (var bd = new projetoscrumEntities1())
// {
// projeto projeto = (from proj in bd.projeto
// where proj.idprojeto == IdProjeto
// select proj).FirstOrDefault();
// return projeto;
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment