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