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