public AuthenticateHandler(IBacklogContext context, IEncryptionService encryptionService)
 {
     _encryptionService = encryptionService;
     _context           = context;
 }
Exemple #2
0
 public RemoveCategoryHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public AddOrUpdateDigitalAssetHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #4
0
 public GetStoryByIdHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public GetAgileTeamMembersHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #6
0
 public Handler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public GetUserSettingsByIdHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #8
0
 public GetCategoriesHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public AddOrUpdateUserSettingsHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #10
0
 public AddOrUpdateCategoryHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public GetDigitalAssetByIdHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #12
0
 public GetFeedbacksHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public GetUserByUsernameHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #14
0
 public RemoveArticleHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #15
0
 public RemoveFeedbackHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #16
0
 public GetAuthorsHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #17
0
 public IncrementTaskPriorityHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #18
0
 public Handler(IBacklogContext context)
 {
     _context = context;
 }
Exemple #19
0
 public GetProductByIdHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public DecrementEpicPriorityHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #21
0
 public UploadDigitalAssetHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public RemoveAgileTeamHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #23
0
 public AddOrUpdateFeedbackHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #24
0
 public AddOrUpdateArticleHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #25
0
 public UserManager(IBacklogContext context)
 {
     _context = context;
 }
 public RemoveUserSettingsHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public AddOrUpdateSprintHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #28
0
 public AddOrUpdateAgileTeamMemberHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #29
0
 public RemoveProjectHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Exemple #30
0
 public GetArticleByIdHandler(IBacklogContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }