static void Main() { using (BCDContext ent = new BCDContext()) { ent.Database.CreateIfNotExists(); } Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new frmAnasayfa()); }
public ContaCadastradaRepository(BCDContext context) { _context = context; }
public RepositoryGeneric(BCDContext context) { _context = context; }
public HistoricosContasRepository(BCDContext context) { _context = context; }
public PessoaRepository(BCDContext context) { _context = context; }
public ContaRepository(BCDContext context) { _context = context; }
public EnderecoRepository(BCDContext context) { _context = context; }