public FollowService(IFollowContext context, IMapper mapper, IProducer producer)
 {
     _context  = context;
     _mapper   = mapper;
     _producer = producer;
 }
Example #2
0
 public FollowRepository(IFollowContext context)
 {
     _context = context;
 }
Example #3
0
 public UpdateProfileHandler(IFollowContext context)
 {
     _context = context;
 }