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