コード例 #1
0
 public HomeDeviceRepository(SmartHomeDBContext context) : base(context)
 {
 }
コード例 #2
0
 public Repository(SmartHomeDBContext context)
 {
     _context    = context;
     _Collection = context.Set <T>();
 }
コード例 #3
0
 public NodeRepository(SmartHomeDBContext context) : base(context)
 {
 }
コード例 #4
0
 public OperationRepository(SmartHomeDBContext context) : base(context)
 {
 }
コード例 #5
0
        internal UnitOfWork(SmartHomeDBContext context)
        {
            this.context = context;

            InicializeLazyLoading();
        }
コード例 #6
0
        private UnitOfWork()
        {
            this.context = new SmartHomeDBContext();

            InicializeLazyLoading();
        }
コード例 #7
0
        internal UnitOfWork(SmartHomeDBContext context)
        {
            this.context = context;

            InicializeLazyLoading();
        }
コード例 #8
0
 public ConnectorRepository(SmartHomeDBContext context) : base(context)
 {
 }
コード例 #9
0
        private UnitOfWork()
        {
            this.context = new SmartHomeDBContext();

            InicializeLazyLoading();
        }
コード例 #10
0
 public ViewRepository(SmartHomeDBContext context) : base(context)
 {
 }
コード例 #11
0
 public TimeRestrictionRepository(SmartHomeDBContext context) : base(context)
 {
 }
コード例 #12
0
 public ThemesRepository(SmartHomeDBContext context) : base(context)
 {
 }
コード例 #13
0
 public ConditionalRestrictionRepository(SmartHomeDBContext context) : base(context)
 {
 }