Exemplo n.º 1
0
 public BaseRepository(MedyCorpDbContext Context)
 {
     _context = Context;
     _context.Database.EnsureCreated();
 }
Exemplo n.º 2
0
 public ContatoRepository(MedyCorpDbContext context) : base(context)
 {
     _context = context;
 }