9 lines
207 B
C#
9 lines
207 B
C#
using xAiApi.Data.Interfaces;
|
|
using xAiApi.Data.Models.Entities;
|
|
using xDataService.Events;
|
|
|
|
namespace xAiApi.Data.Events
|
|
{
|
|
public class XTestEvents : XBaseRepositoryEvents<XTest>, IXTestEvents
|
|
{ }
|
|
} |