7 lines
95 B
C#
7 lines
95 B
C#
namespace lai_transfer.Common.Results
|
|
{
|
|
public interface IOperationResult
|
|
{
|
|
}
|
|
}
|