Created
June 11, 2019 19:26
-
-
Save lucasemanuel/80378e5ad0e64db0d7fc069f68eef696 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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