Beispiel #1
0
 public NotificationService(CoreDbContext context)
 {
     _context = context;
 }
 public EndpointService(CoreDbContext context)
 {
     _context = context;
 }
 public HubConnectionService(CoreDbContext context)
 {
     _context = context;
 }