public ArticleUnitOfWork(ArticleContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public Search(ArticleContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public MetaRepository(ArticleContext context)
 {
     _context = context;
 }