6 lines
117 B
C#
6 lines
117 B
C#
namespace AMREZ.EOP.Abstractions.Infrastructures.Repositories;
|
|
|
|
public interface IComplianceStatusRepository
|
|
{
|
|
|
|
} |