mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
8 lines
115 B
C#
8 lines
115 B
C#
namespace LiveGameFeed.Models
|
|
{
|
|
public interface IEntityBase
|
|
{
|
|
int Id { get; set; }
|
|
}
|
|
}
|