コード例 #1
0
 public TranslationRepository(
     SimpleIdentityServerContext context,
     ITechnicalEventSource managerEventSource)
 {
     _context            = context;
     _managerEventSource = managerEventSource;
 }
コード例 #2
0
 public ResourceOwnerRepository(
     SimpleIdentityServerContext context,
     ITechnicalEventSource managerEventSource)
 {
     _context            = context;
     _managerEventSource = managerEventSource;
 }
コード例 #3
0
 public JsonWebKeyRepository(SimpleIdentityServerContext context, ITechnicalEventSource managerEventSource)
 {
     _context            = context;
     _managerEventSource = managerEventSource;
 }