add some new features in data service ...
This commit is contained in:
@@ -15,6 +15,13 @@ using xPushService.Base;
|
||||
|
||||
namespace xPushService.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// a Provider is a way to Manipulate Data using Repository or Services and Contains Push
|
||||
/// notifications ability ...
|
||||
/// </summary>
|
||||
/// <typeparam name="TEntity"></typeparam>
|
||||
/// <typeparam name="TDto"></typeparam>
|
||||
/// <typeparam name="TKey"></typeparam>
|
||||
public interface IXBaseProvider<TEntity, TDto, TKey>
|
||||
where TEntity : XBaseEntity<TKey>
|
||||
where TDto : XBaseEntityDto<TKey>
|
||||
|
||||
Reference in New Issue
Block a user