5 lines
120 B
C#
5 lines
120 B
C#
namespace AipsCore.Application.Abstract.Command;
|
|
|
|
public interface ICommand {}
|
|
|
|
public interface ICommand<TResult> {} |