10 lines
119 B
C#
10 lines
119 B
C#
using Connected;
|
|
|
|
namespace Connected.Services;
|
|
|
|
public interface IServiceOperation<TArgs>
|
|
where TArgs : IDto
|
|
{
|
|
|
|
}
|