コード例 #1
0
 public UnidadDeTrabajo(SigecaEntities _context)
 {
     context    = _context;
     genericDAL = new DALGenericoImpl <T>(context);
     //    quejaDAL = new DALGenericoImpl<Queja>(context);
     //    tablaDAL = new DALGenericoImpl<TablaGeneral>(context);
 }
コード例 #2
0
 public DALGenericoImpl(SigecaEntities context)
 {
     Context = context;
 }