Exemplo n.º 1
0
 public BaseRepository(WebContextDb webcontext)
 {
     db = webcontext;
 }
Exemplo n.º 2
0
 public BaseRepository()
 {
     db = new WebContextDb();
 }