Пример #1
0
 public EditNeedDescriptionViewComponent(OkurdostuContext _context) => Context = _context;
 public EditNeedTitleViewComponent(OkurdostuContext _context) => Context = _context;
 public LikeCountViewComponent(OkurdostuContext _context) => Context = _context;
Пример #4
0
 public CompletedNeedsViewComponent(OkurdostuContext _context) => Context = _context;
Пример #5
0
 public AddEducationViewComponent(OkurdostuContext _context)
 {
     Context = _context;
 }
 public RelatedCommentViewComponent(OkurdostuContext _context) => Context = _context;
Пример #7
0
 public ContactViewComponent(OkurdostuContext _context) => Context = _context;
Пример #8
0
 public SearchNeedViewComponent(OkurdostuContext _context) => Context = _context;
Пример #9
0
 public LikeButtonViewComponent(OkurdostuContext _context) => Context = _context;
 public SearchProfileViewComponent(OkurdostuContext _context) => Context = _context;
 public OpenNeedsViewComponent(OkurdostuContext _context) => Context = _context;
 public SearchUniversityViewComponent(OkurdostuContext _context) => Context = _context;
Пример #13
0
 public FeedbackViewComponent(OkurdostuContext _context) => Context = _context;
Пример #14
0
 public EditEducationViewComponent(OkurdostuContext _context) => Context = _context;
 public ProfileBasicComponent(OkurdostuContext _context) => Context = _context;
 public UniversityStudentsViewComponent(OkurdostuContext _context) => Context = _context;