public UnitOfWork(InspectionDbContext context) { this.context = context; }
public Repository(InspectionDbContext context) { this.context = context; }