init backend
This commit is contained in:
5
dotnet/AipsCore/Application/Abstract/Command/ICommand.cs
Normal file
5
dotnet/AipsCore/Application/Abstract/Command/ICommand.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace AipsCore.Application.Abstract.Command;
|
||||
|
||||
public interface ICommand {}
|
||||
|
||||
public interface ICommand<TResult> {}
|
||||
Reference in New Issue
Block a user