public MemberInfoRepository(MemberInfoContext context) { _context = context; }
public SubgroupInfoRepository(MemberInfoContext context) { _context = context; }
public MemberInfoController(MemberInfoContext context) { _context = context; }