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