Beispiel #1
0
 public HashtagOps(IHashtagRepo ihashtag)
 {
     _repo = ihashtag;
 }
Beispiel #2
0
 public HashtagsController(IHashtagRepo repository, IMapper mapper)
 {
     _repository = repository;
     _mapper     = mapper;
 }
Beispiel #3
0
 public HashtagOps(IHashtagRepo ihashtag)
 {
     _repo = ihashtag;
 }