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