This commit is contained in:
2026-05-27 16:10:55 +03:30
parent 08e70f5095
commit 441d9f06a4
3 changed files with 7 additions and 30 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace xModels.Base
{
public class XBaseValueContainer<T>
{
public T Value { get; set; }
}
}