7 lines
100 B
C#
7 lines
100 B
C#
namespace OwnChar.Model;
|
|
|
|
public class OwnCharObject
|
|
{
|
|
public virtual int Id { get; set; }
|
|
}
|