Sign in
appsheet-third-party
/
epplus
/
165a2091de99677d0dd5306ae07d2deb60a26ae1
/
.
/
AppsheetEpplus
/
Utils
/
IValidationResult.cs
blob: 70c1df9284a9464f01c1a8da8f5afa8bb331698e [
file
] [
log
] [
blame
]
namespace
AppsheetEpplus
;
public
interface
IValidationResult
{
void
IsTrue
();
void
IsFalse
();
}