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