Exemple #1
0
 public MessageService(CrudChatContext context) => _context = context;
Exemple #2
0
 public UserService(CrudChatContext context) => _context = context;
Exemple #3
0
 public RoomService(CrudChatContext context) => _context = context;
Exemple #4
0
 public SphereService(CrudChatContext context) => _context = context;