Created
December 2, 2018 20:47
-
-
Save carloscds/5d0a62e9607d60d83e3b963b6a767ca1 to your computer and use it in GitHub Desktop.
This file contains 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
var db = new Contexto(); | |
var dados1 = new Dados(db); | |
var cat = dados1.GetNoTracking(1); | |
Console.WriteLine(cat.CategoryName); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment