Beispiel #1
0
 public MemberInfoRepository(MemberInfoContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public SubgroupInfoRepository(MemberInfoContext context)
 {
     _context = context;
 }
 public MemberInfoController(MemberInfoContext context)
 {
     _context = context;
 }