public UnitOfWork(PfsDbContext context) { _context = context; }
public StockRepository(PfsDbContext Context) { _context = Context; }