Exemplo n.º 1
0
 public ChatRepository(GlobContext globContext)
 {
     _context = globContext;
 }
Exemplo n.º 2
0
 public UserRepository(GlobContext globContext)
 {
     _context = globContext;
 }