public EFUnitOfWork(InformationCollectDBContext context)
 {
     _context = context;
 }
 public FeedDataInitializer(InformationCollectDBContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public EFRepository(InformationCollectDBContext context)
 {
     _context = context;
 }