Beispiel #1
0
 public UpdateProfileHandler(IKweetContext context)
 {
     _context = context;
 }
 public KweetService(IKweetContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public CreateFollowHandler(IKweetContext context)
 {
     _context = context;
 }
 public DeleteFollowHandler(IKweetContext context)
 {
     _context = context;
 }
 public LikeService(IKweetContext context)
 {
     _context = context;
 }