7 lines
99 B
C#
7 lines
99 B
C#
namespace Modules.Rating.Application.Gateways;
|
|
|
|
public interface IRatingGateway
|
|
{
|
|
public
|
|
}
|