Ejemplo n.º 1
0
 public EditNeedDescriptionViewComponent(OkurdostuContext _context) => Context = _context;
 public EditNeedTitleViewComponent(OkurdostuContext _context) => Context = _context;
 public LikeCountViewComponent(OkurdostuContext _context) => Context = _context;
Ejemplo n.º 4
0
 public CompletedNeedsViewComponent(OkurdostuContext _context) => Context = _context;
Ejemplo n.º 5
0
 public AddEducationViewComponent(OkurdostuContext _context)
 {
     Context = _context;
 }
 public RelatedCommentViewComponent(OkurdostuContext _context) => Context = _context;
Ejemplo n.º 7
0
 public ContactViewComponent(OkurdostuContext _context) => Context = _context;
Ejemplo n.º 8
0
 public SearchNeedViewComponent(OkurdostuContext _context) => Context = _context;
Ejemplo n.º 9
0
 public LikeButtonViewComponent(OkurdostuContext _context) => Context = _context;
 public SearchProfileViewComponent(OkurdostuContext _context) => Context = _context;
Ejemplo n.º 11
0
 public OpenNeedsViewComponent(OkurdostuContext _context) => Context = _context;
 public SearchUniversityViewComponent(OkurdostuContext _context) => Context = _context;
Ejemplo n.º 13
0
 public FeedbackViewComponent(OkurdostuContext _context) => Context = _context;
Ejemplo n.º 14
0
 public EditEducationViewComponent(OkurdostuContext _context) => Context = _context;
 public ProfileBasicComponent(OkurdostuContext _context) => Context = _context;
 public UniversityStudentsViewComponent(OkurdostuContext _context) => Context = _context;