public PostManager(GbfContext context)
 {
     _context = context;
 }
 public ProfileManager(GbfContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public InterestManager(GbfContext context)
 {
     _context = context;
 }
 public UserManager(GbfContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public MessageManager(GbfContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public LoginAttemptManager(GbfContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public FriendManager(GbfContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public ClanManager(GbfContext context)
 {
     _context = context;
 }
 public FriendRequestManager(GbfContext context)
 {
     _context = context;
 }