Esempio n. 1
0
 public EditModel(WebCommentsSection.Data.WebCommentsSectionContext context)
 {
     _context = context;
 }
 public CreateModel(WebCommentsSection.Data.WebCommentsSectionContext context)
 {
     _context = context;
 }
 public DetailsModel(WebCommentsSection.Data.WebCommentsSectionContext context)
 {
     _context = context;
 }