public ReplyCommentRepository(ArticleWithCommentsContext context)
 {
     this.context = context;
 }
Пример #2
0
 public UnitOfWork(ArticleWithCommentsContext context)
 {
     this.context = context;
 }