Last ...
This commit is contained in:
@@ -17,7 +17,7 @@ namespace xDataService.Interfaces
|
|||||||
/// <typeparam name="TDto"></typeparam>
|
/// <typeparam name="TDto"></typeparam>
|
||||||
/// <typeparam name="TKey"></typeparam>
|
/// <typeparam name="TKey"></typeparam>
|
||||||
public interface IXBaseRepositoryController<TEntity, TKey>
|
public interface IXBaseRepositoryController<TEntity, TKey>
|
||||||
where TEntity : XBaseEntity<TKey>
|
where TEntity : XBaseEntity<TKey>
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
IXBaseRepository<TEntity, TKey> Repository { get; }
|
IXBaseRepository<TEntity, TKey> Repository { get; }
|
||||||
|
|||||||
Reference in New Issue
Block a user