Ejemplo n.º 1
0
 public BaseRepositorio(ContextoWebDb webcontext)
 {
     db = webcontext;
 }
Ejemplo n.º 2
0
 public BaseRepositorio()
 {
     db = new ContextoWebDb();
 }