Ejemplo n.º 1
0
 public FaqsRepository(PffContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public NewsRepository(PffContext context)
 {
     _context = context;
 }
 public ContactRequestRepository(PffContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public SponsorRepository(PffContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public BandRepository(PffContext context)
 {
     _context = context;
 }
Ejemplo n.º 6
0
 public AssistantRepository(PffContext context)
 {
     _context = context;
 }
 public SocialProgramsRepository(PffContext context)
 {
     _context = context;
 }
Ejemplo n.º 8
0
 public UsersRepository(PffContext context)
 {
     _context = context;
 }