예제 #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)
 {
 }
 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();
        }
 public ConnectorRepository(SmartHomeDBContext context) : base(context)
 {
 }
예제 #9
0
        private UnitOfWork()
        {
            this.context = new SmartHomeDBContext();

            InicializeLazyLoading();
        }
 public ViewRepository(SmartHomeDBContext context) : base(context)
 {
 }
예제 #11
0
 public TimeRestrictionRepository(SmartHomeDBContext context) : base(context)
 {
 }
 public ThemesRepository(SmartHomeDBContext context) : base(context)
 {
 }
예제 #13
0
 public ConditionalRestrictionRepository(SmartHomeDBContext context) : base(context)
 {
 }