last ...
This commit is contained in:
@@ -10,13 +10,15 @@ using xModels.Dtos;
|
||||
|
||||
namespace xDataService.Interfaces
|
||||
{
|
||||
public interface IXBaseRepository : IDisposable { }
|
||||
|
||||
/// <summary>
|
||||
/// Base Repository Pattern Contracts in XDashboard's Data Service ...
|
||||
/// use for Data Manipulation ...
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
/// <typeparam name="TKey"></typeparam>
|
||||
public interface IXBaseRepository<T, TKey> : IDisposable
|
||||
public interface IXBaseRepository<T, TKey> : IXBaseRepository
|
||||
where T : XBaseEntity<TKey>
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user