Example #1
0
 public DeleteGoalHandler(IStore store, IToastService toastService, Kanban.KanbanClient kanbanClient) : base(store, toastService)
 {
     _kanbanClient = kanbanClient;
 }
Example #2
0
 public ChangeGoalStatusHandler(IStore store, IToastService toastService, Kanban.KanbanClient kanbanClient) : base(store, toastService)
 {
     _kanbanClient = kanbanClient;
 }