public LoginController(MvcFamilyMeetingsContext context) { _context = context; }
public MembersController(MvcFamilyMeetingsContext context) { _context = context; }