mirror of
https://github.com/fergalmoran/tvnoms.git
synced 2025-12-22 09:18:43 +00:00
6 lines
107 B
C#
6 lines
107 B
C#
namespace TvNoms.Core.Entities;
|
|
|
|
public class Show : BaseEntity {
|
|
public string Title { get; set; }
|
|
}
|