Beispiel #1
0
 public GetMyTreesQueryHandler(ITreeQueryRepository treesContext)
 {
     _treesContext = treesContext;
 }
 public GetTreeQueryHandler(ITreeQueryRepository treeQueryRepository)
 {
     _treeQueryRepository = treeQueryRepository;
 }