Beispiel #1
0
            public Handler(RebStoreContext rebStoreContext, UserManager <User> userManager, IJwtGenerate jwtGenerate)
            {
                this._rebStoreContext = rebStoreContext;

                this._userManager = userManager;

                this._jwtGenerate = jwtGenerate;
            }
Beispiel #2
0
 public handler(RebStoreContext context)
 {
     _rebStoreContext = context;
 }
Beispiel #3
0
 public handler(RebStoreContext context, IMapper mapper)
 {
     _rebStore = context;
     _mapper   = mapper;
 }