public PostManager(GbfContext context) { _context = context; }
public ProfileManager(GbfContext context) { _context = context; }
public InterestManager(GbfContext context) { _context = context; }
public UserManager(GbfContext context) { _context = context; }
public MessageManager(GbfContext context) { _context = context; }
public LoginAttemptManager(GbfContext context) { _context = context; }
public FriendManager(GbfContext context) { _context = context; }
public ClanManager(GbfContext context) { _context = context; }
public FriendRequestManager(GbfContext context) { _context = context; }