Exemplo n.º 1
0
 public UsuarioRepositorio()
 {
     if (contexto == null)
     {
         contexto = new AppContexto();
     }
 }
Exemplo n.º 2
0
 public Repositorio()
 {
     if (Context == null)
     {
         Context = new AppContexto();
     }
 }
Exemplo n.º 3
0
 public Repositorio(AppContexto context)
 {
     Context = context;
 }