Exemplo n.º 1
0
 public UpdateProfileHandler(IKweetContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public KweetService(IKweetContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public CreateFollowHandler(IKweetContext context)
 {
     _context = context;
 }
 public DeleteFollowHandler(IKweetContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public LikeService(IKweetContext context)
 {
     _context = context;
 }