Adding creation of data into data handler, marking the way for szdb handling
This commit is contained in:
7
SzCore/SzOperationResult.cs
Normal file
7
SzCore/SzOperationResult.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace SzCore;
|
||||
|
||||
public class SzOperationResult(bool pass, string errors = "None")
|
||||
{
|
||||
public bool Pass = pass;
|
||||
public string Errors = errors;
|
||||
}
|
||||
Reference in New Issue
Block a user