Files
schengen-visa/SchengenVisaApi/Domains/IEntity.cs
2024-08-12 17:38:02 +03:00

6 lines
114 B
C#

namespace Domains
{
/// Interface that every entity should inherit from
public interface IEntity { }
}