Example #1
0
 public PlansService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Plans>();
 }
Example #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>();
 }
Example #4
0
 public StoreGadderService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <StoreGadder>();
 }
Example #5
0
 public CompanyService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Company>();
 }
Example #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>();
 }
Example #9
0
 public DictonaryService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Dictonarytb>();
 }
 public CommunicationService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <communication>();
 }
Example #11
0
 public Auth(DBL.ApplicationDBContext _oDB)
 {
     db    = _oDB;
     dbSet = db.Set <ApplicationUser>();
 }
 public MenuTaskService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <MenuTask>();
 }
Example #13
0
 public StoreRoomService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <StoreRoom>();
 }
Example #14
0
 public LanguageService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Language>();
 }
 public ProductService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Product>();
 }
Example #16
0
 public SourceService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Source>();
 }
 public ActivityService(DBL.ApplicationDBContext _oDB)
 {
     oDB   = _oDB;
     dbSet = oDB.Set <Activity>();
 }