public Repository(SystemContext context) { this.context = context; this.data = this.context.Set <T>(); }
public UnitOfWork(SystemContext context) { this.context = context; }