6 lines
114 B
C#
6 lines
114 B
C#
namespace Domains
|
|
{
|
|
/// Interface that every entity should inherit from
|
|
public interface IEntity { }
|
|
}
|