Add Required Stuffs to running Project on net8.0 ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using xModels.Base;
|
||||
|
||||
namespace xAiApi.Data.Models.Entities
|
||||
{
|
||||
public class XTest : XBaseIntIDEntity
|
||||
{
|
||||
public string Title { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace xAiApi.Data.Models
|
||||
{
|
||||
public class XTestDescriptor
|
||||
{
|
||||
public string Title { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user