Exemple #1
0
 public FaqsRepository(PffContext context)
 {
     _context = context;
 }
 public NewsRepository(PffContext context)
 {
     _context = context;
 }
 public ContactRequestRepository(PffContext context)
 {
     _context = context;
 }
 public SponsorRepository(PffContext context)
 {
     _context = context;
 }
Exemple #5
0
 public BandRepository(PffContext context)
 {
     _context = context;
 }
Exemple #6
0
 public AssistantRepository(PffContext context)
 {
     _context = context;
 }
 public SocialProgramsRepository(PffContext context)
 {
     _context = context;
 }
 public UsersRepository(PffContext context)
 {
     _context = context;
 }