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