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