last works on XString Service for Entities and Dtos ...
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq.Expressions;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using xDataService.Interfaces;
|
||||
using xModels.Dtos;
|
||||
using xStringService.Models.Dtos;
|
||||
using xStringService.Models.Entities;
|
||||
|
||||
namespace xStringService.Interfaces.Dtos
|
||||
{
|
||||
public interface IXStringRepositoryService : IXBaseRepositoryService<XString, XStringDto, int>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user