2022-12-11 22:03:53 +01:00

10 lines
119 B
C#

using Connected;
namespace Connected.Services;
public interface IServiceOperation<TArgs>
where TArgs : IDto
{
}