blob: 70c1df9284a9464f01c1a8da8f5afa8bb331698e [file] [log] [blame] [edit]
namespace AppsheetEpplus;
public interface IValidationResult {
void IsTrue();
void IsFalse();
}