Skip to content

Instantly share code, notes, and snippets.

@carloscds
Created March 16, 2020 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carloscds/4c28f162aec0c21b4818513d5d0dec21 to your computer and use it in GitHub Desktop.
Save carloscds/4c28f162aec0c21b4818513d5d0dec21 to your computer and use it in GitHub Desktop.
public class Contexto : DbContext
{
public DbSet<Cliente> Cliente { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment