Example #1
0
 public BaseRepositorio(WebContextDb context)
 {
     db = context;
 }
Example #2
0
 public BaseRepositorio()
 {
     db = new WebContextDb();
 }