5 lines
No EOL
99 B
C#
5 lines
No EOL
99 B
C#
namespace Iceshrimp.Backend.Core.Database;
|
|
|
|
public interface IEntity {
|
|
public string Id { get; }
|
|
} |