mirror of https://github.com/abpframework/abp.git
5 changed files with 17 additions and 13 deletions
@ -1,12 +1,10 @@ |
|||
using System; |
|||
using System.Collections.Concurrent; |
|||
using System.Threading; |
|||
using System.Threading; |
|||
using System.Threading.Tasks; |
|||
using Volo.Abp.Http.Modeling; |
|||
|
|||
namespace Volo.Abp.Http.DynamicProxying |
|||
{ |
|||
public interface IApplicationApiDescriptionModelCache |
|||
public interface IApplicationApiDescriptionModelManager |
|||
{ |
|||
Task<ApplicationApiDescriptionModel> GetAsync(string baseUrl, CancellationToken cancellationToken = default(CancellationToken)); |
|||
} |
|||
Loading…
Reference in new issue