Esempio n. 1
0
 public PlansService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Plans>();
 }
Esempio n. 2
0
 public SubscriberService(DBL.ApplicationDBContext _oDB, ICommunication Service)
 {
     _svr  = Service;
     oDB   = _oDB;
     dbSet = oDB.Set <subscriber> ();
 }
 public UnitMasterService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <UnitMaster>();
 }
Esempio n. 4
0
 public StoreGadderService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <StoreGadder>();
 }
Esempio n. 5
0
 public CompanyService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Company>();
 }
Esempio n. 6
0
 public UserService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <ApplicationUser>();
 }
 public ScheduleService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Schedule>();
 }
 public GurudwaraService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <GurudwaraServices>();
 }
Esempio n. 9
0
 public DictonaryService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Dictonarytb>();
 }
 public CommunicationService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <communication>();
 }
Esempio n. 11
0
 public Auth(DBL.ApplicationDBContext _oDB)
 {
     db    = _oDB;
     dbSet = db.Set <ApplicationUser>();
 }
Esempio n. 12
0
 public MenuTaskService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <MenuTask>();
 }
Esempio n. 13
0
 public StoreRoomService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <StoreRoom>();
 }
Esempio n. 14
0
 public LanguageService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Language>();
 }
Esempio n. 15
0
 public ProductService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Product>();
 }
Esempio n. 16
0
 public SourceService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Source>();
 }
Esempio n. 17
0
 public ActivityService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Activity>();
 }