Exemple #1
0
 public QueryRepo(EventStoreContext context, IUserRepository userRepository)
 {
     _context        = context;
     _userRepository = userRepository;
 }
Exemple #2
0
 public EventStoreRepository(EventStoreContext Context, IHangfireQueue HangfireQueue)
 {
     this.Context       = Context;
     this.HangfireQueue = HangfireQueue;
 }