Sign in
appsheet-third-party
/
epplus
/
9ec1fdbb4b7abeb74f264bced39fd78f53a2ffaa
/
.
/
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
();
}
}