Add Required Stuffs to running Project on net8.0 ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using xAiApi.Data.Interfaces;
|
||||
using xAiApi.Data.Models.Entities;
|
||||
using xDataService.Events;
|
||||
|
||||
namespace xAiApi.Data.Events
|
||||
{
|
||||
public class XTestEvents : XBaseRepositoryEvents<XTest>, IXTestEvents
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user