Ejemplo n.º 1
0
 public Sys_UserLoginStateDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 2
0
 public Org_PositionDefineDal()
 {
     activeContext = new GGNCenterEntities();
 }
 public Auth_PositionSpecialMenuConfigDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// 行数据权限
 /// </summary>
 /// <param name="Ids"></param>
 public Auth_DataObjectDal(IList <Guid> Ids)
 {
     activeContext = new GGNCenterEntities();
     ThisQuery     = activeContext.Auth_DataObject.Where(p => Ids.Contains(p.Id));
 }
Ejemplo n.º 5
0
 public Sys_ApplicationModuleDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 6
0
 public Sys_OpenInterfaceTypeDal()
 {
     activeContext = new GGNCenterEntities();
 }
 public Auth_FeatureRoleConfigDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 8
0
 public Org_UserPositionDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 9
0
 public Sys_UserShortCutMenuDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 10
0
 public Sys_RegionDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 11
0
 public View_UserOrgInfoDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 12
0
 public View_FeaturePositionDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 13
0
 public Sys_FeatureDal()
 {
     activeContext = new GGNCenterEntities();
 }
 public Org_PositionCategoryDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 15
0
 public Org_GroupDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 16
0
 public Auth_UserDataRoleDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 17
0
 public View_MenuSyDal()
 {
     activeContext = new GGNCenterEntities();
 }
 public Sys_UserLoginHistoryDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 19
0
 public Sys_StaticDataDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 20
0
 public Auth_DataRoleConfigDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 21
0
 public View_DataRolePositionDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 22
0
 public Schedule_TypeDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 23
0
 public Sys_MenuDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 24
0
 public Auth_DataObjectDal()
 {
     activeContext = new GGNCenterEntities();
     ThisQuery     = activeContext.Auth_DataObject;
 }
Ejemplo n.º 25
0
 public Auth_DataRoleDirectoryDal()
 {
     activeContext = new GGNCenterEntities();
 }
 public Auth_PositionFeatureRoleDal()
 {
     activeContext = new GGNCenterEntities();
 }
Ejemplo n.º 27
0
 public Org_OrganizationDal()
 {
     activeContext = new GGNCenterEntities();
 }