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