コード例 #1
0
 public FaqsRepository(PffContext context)
 {
     _context = context;
 }
コード例 #2
0
 public NewsRepository(PffContext context)
 {
     _context = context;
 }
コード例 #3
0
 public ContactRequestRepository(PffContext context)
 {
     _context = context;
 }
コード例 #4
0
 public SponsorRepository(PffContext context)
 {
     _context = context;
 }
コード例 #5
0
 public BandRepository(PffContext context)
 {
     _context = context;
 }
コード例 #6
0
 public AssistantRepository(PffContext context)
 {
     _context = context;
 }
コード例 #7
0
 public SocialProgramsRepository(PffContext context)
 {
     _context = context;
 }
コード例 #8
0
 public UsersRepository(PffContext context)
 {
     _context = context;
 }