public TagController(ITagReadService tagReadService)
 {
     this.tagReadService = tagReadService;
 }
Beispiel #2
0
 public TagController(ITagReadService tagReadService)
 {
     this.tagReadService = tagReadService;
 }