Sign in
appsheet-third-party
/
epplus
/
ac8b5d367b1f30fc16efa1d0026fcca3869d1404
/
.
/
EPPlus
/
Utils
/
IValidationResult.cs
blob: 19b498660766e510eab863cf9a025c132a7e9e18 [
file
] [
log
] [
blame
]
using
System
;
using
System
.
Collections
.
Generic
;
using
System
.
Linq
;
using
System
.
Text
;
namespace
OfficeOpenXml
.
Utils
{
public
interface
IValidationResult
{
void
IsTrue
();
void
IsFalse
();
}
}