public PostClapRepository(SelahSeriesDataContext selahDbContext)
 {
     _selahDbContext = selahDbContext;
 }
 public VolunteerRepository(SelahSeriesDataContext selahDbContext)
 {
     this.selahDbContext = selahDbContext;
 }
Esempio n. 3
0
 public EMI_EventsRepository(SelahSeriesDataContext selahDbContext)
 {
     _selahDbContext = selahDbContext;
 }
 public TestimonyRepository(SelahSeriesDataContext selahDbContext)
 {
     _selahDbContext = selahDbContext;
 }
 public NotificationRepository(SelahSeriesDataContext selahDbContext)
 {
     _selahDbContext = selahDbContext;
 }
 public OrderRepository(SelahSeriesDataContext selahDbContext)
 {
     _selahDbContext = selahDbContext;
 }
Esempio n. 7
0
 public CommentRepository(SelahSeriesDataContext selahDbContext)
 {
     _selahDbContext = selahDbContext;
 }
 public SubscriptionRepository(SelahSeriesDataContext selahDbContext)
 {
     _selahDbContext = selahDbContext;
 }
Esempio n. 9
0
 public CategoryRepository(SelahSeriesDataContext selahDbContext)
 {
     _selahDbContext = selahDbContext;
 }
 public GalleryRepository(SelahSeriesDataContext selahDbContext)
 {
     _selahDbContext = selahDbContext;
 }