билдится на старом дотнете

This commit is contained in:
2025-02-20 16:10:09 +03:00
parent 5af9408a9a
commit 50fd3e7b73
69 changed files with 1990 additions and 1675 deletions
+8 -5
View File
@@ -1,8 +1,11 @@
namespace mROA.Abstract;
using System;
public interface ICommandExecution
namespace mROA.Abstract
{
Guid Id { get; init; }
int ClientId { get; set; }
int CommandId { get; }
public interface ICommandExecution
{
Guid Id { get; set; }
int ClientId { get; set; }
int CommandId { get; }
}
}