Exemplo n.º 1
0
 public PostManager(GbfContext context)
 {
     _context = context;
 }
 public ProfileManager(GbfContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public InterestManager(GbfContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public UserManager(GbfContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public MessageManager(GbfContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public LoginAttemptManager(GbfContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public FriendManager(GbfContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public ClanManager(GbfContext context)
 {
     _context = context;
 }
 public FriendRequestManager(GbfContext context)
 {
     _context = context;
 }