last ...
This commit is contained in:
@@ -43,6 +43,13 @@ namespace xDataService.Interfaces
|
||||
/// <returns></returns>
|
||||
Task<IEnumerable<TModel>> GetAllReferences(TKey providedForId);
|
||||
|
||||
/// <summary>
|
||||
/// Extract all Referencing Models for Specified Key ...
|
||||
/// </summary>
|
||||
/// <param name="providedForId"></param>
|
||||
/// <returns></returns>
|
||||
Task<IEnumerable<XReference<TKey>>> GetAllReferencings(TKey providedForId);
|
||||
|
||||
/// <summary>
|
||||
/// Count References ...
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user