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