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