Exemple #1
0
 public OrganizationService(ITrelloStore trelloStore)
 {
     _trelloStore = trelloStore;
 }
Exemple #2
0
 public UserProfileService(ITrelloStore trelloStore)
 {
     _trelloStore = trelloStore;
 }
Exemple #3
0
 public BoardService(ITrelloStore trelloStore)
 {
     _trelloStore = trelloStore;
 }