public MessageRepository(DContext context, IMapper mapper) { _mapper = mapper; _context = context; }
public UnitOfWork(DContext context, IMapper mapper) { this._mapper = mapper; this._context = context; }
public LikesRepository(DContext context, IMapper mapper) { _mapper = mapper; _context = context; }
public UserRepository(DContext context, IMapper mapper) { _mapper = mapper; this._context = context; }