7 lines
96 B
C#
Raw Permalink Normal View History

2025-02-27 17:13:36 +04:00
namespace IcecreamVan.Infrastructure;
2025-02-26 17:00:16 +04:00
public interface IValidation
{
void Validate();
}