6 lines
100 B
C#
6 lines
100 B
C#
namespace CatHasPawsContratcs.Infrastructure;
|
|
|
|
public interface IValidation
|
|
{
|
|
void Validate();
|
|
} |