blob: 53bcbdf34ff684b10724cf880fd81c52745ebce4 [file]
namespace AppsheetEpplus;
public abstract class IdProvider {
public abstract object NewId();
}