public RepositorioTarefa(DbTarefasContext ctx)
 {
     _ctx = ctx;
 }
Esempio n. 2
0
 public RepositorioTarefa()
 {
     _ctx = new DbTarefasContext();
 }
Esempio n. 3
0
 public RepositorioTarefa(DbTarefasContext dbTarefasContext)
 {
     _ctx = dbTarefasContext;
 }
Esempio n. 4
0
 public RepositorioTarefa(DbTarefasContext contexto)
 {
     _ctx = contexto;
 }