public EditNeedDescriptionViewComponent(OkurdostuContext _context) => Context = _context;
public EditNeedTitleViewComponent(OkurdostuContext _context) => Context = _context;
public LikeCountViewComponent(OkurdostuContext _context) => Context = _context;
public CompletedNeedsViewComponent(OkurdostuContext _context) => Context = _context;
public AddEducationViewComponent(OkurdostuContext _context) { Context = _context; }
public RelatedCommentViewComponent(OkurdostuContext _context) => Context = _context;
public ContactViewComponent(OkurdostuContext _context) => Context = _context;
public SearchNeedViewComponent(OkurdostuContext _context) => Context = _context;
public LikeButtonViewComponent(OkurdostuContext _context) => Context = _context;
public SearchProfileViewComponent(OkurdostuContext _context) => Context = _context;
public OpenNeedsViewComponent(OkurdostuContext _context) => Context = _context;
public SearchUniversityViewComponent(OkurdostuContext _context) => Context = _context;
public FeedbackViewComponent(OkurdostuContext _context) => Context = _context;
public EditEducationViewComponent(OkurdostuContext _context) => Context = _context;
public ProfileBasicComponent(OkurdostuContext _context) => Context = _context;
public UniversityStudentsViewComponent(OkurdostuContext _context) => Context = _context;