Пример #1
0
 public ChatsController(IntroductionDbContext context)
 {
     _context = context;
 }
 public UsersController(IntroductionDbContext context)
 {
     _context = context;
 }