Sign in
appsheet-third-party
/
epplus
/
6e7b3a4f16c92d4e763293e132b75dceb705ad64
/
.
/
EPPlus
/
Utils
/
IValidationResult.cs
blob: 61ef1c17cbc83bf760470b8220fb89213f0d620e [
file
] [
log
] [
blame
]
namespace
OfficeOpenXml
.
Utils
;
public
interface
IValidationResult
{
void
IsTrue
();
void
IsFalse
();
}