Beispiel #1
0
 public ArticlesEventRepository(ArticlesEventContext context)
 {
     DbContext = context;
 }
 public EfUnitOfWork(ArticlesEventContext context)
 {
     _context = context;
 }