Example #1
0
 public BaseRepositorio(ContextoWebDb webcontext)
 {
     db = webcontext;
 }
Example #2
0
 public BaseRepositorio()
 {
     db = new ContextoWebDb();
 }