2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-09-13 20:43:19 +00:00
This commit is contained in:
2025-08-12 20:02:33 +03:00
parent a490cb9e32
commit 24a2eadec5
5 changed files with 636 additions and 67 deletions

View File

@@ -31,5 +31,5 @@ using System.Threading.Tasks;
namespace Esiur.Data;
public class NotModified
{
public static NotModified Default { get; set; } = new NotModified();
}