コード例 #1
0
 public UserService(IOptions <AppSettings> appSettings, ChattingContext context)
 {
     _appSettings = appSettings.Value;
     _context     = context;
 }
コード例 #2
0
 public ChatMessageRepository(ChattingContext context)
 {
     _context = context;
 }