complete Data Service DI and Models and etc ...
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using xAiModels.Models.Dtos;
|
||||
using xAiModels.Models.Entities;
|
||||
using xPushService.Interfaces;
|
||||
|
||||
namespace xAiModels.Interfaces.Dtos
|
||||
{
|
||||
public interface IXAiProjectDtoHub : IXBaseDtoHub<XAiProject, XAiProjectDto, Guid>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user