Пример #1
0
        private SGMasterBaseEntities _db; // = new SGMasterBaseEntities();

        public void AddAllAttrToCollectList(Int64 logicalDeviceId, Int64 objectId, Guid userId)
        {
            Trace.Assert(_db != null);
            _db.AddAllAttrToCollectList(logicalDeviceId, objectId, userId);
        }
Пример #2
0
        private SGMasterBaseEntities _db; // = new SGMasterBaseEntities();

        public void AddAllAttrToCollectList(Int64 logicalDeviceId, Int64 deviceId /*physical device identifier*/,
                                            Guid userId)
        {
            Trace.Assert(_db != null);
            _db.AddAllAttrToCollectList(deviceId, logicalDeviceId, userId);
        }