|
|
|
@ -8,13 +8,13 @@ namespace Volo.Docs.Projects |
|
|
|
public interface IProjectAppService : IApplicationService |
|
|
|
{ |
|
|
|
Task<ListResultDto<ProjectDto>> GetListAsync(); |
|
|
|
|
|
|
|
|
|
|
|
Task<ProjectDto> GetAsync(string shortName); |
|
|
|
|
|
|
|
|
|
|
|
Task<ListResultDto<VersionInfoDto>> GetVersionsAsync(string shortName); |
|
|
|
|
|
|
|
Task<string> GetDefaultLanguageCode(string shortName, string version); |
|
|
|
Task<string> GetDefaultLanguageCodeAsync(string shortName, string version); |
|
|
|
|
|
|
|
Task<LanguageConfig> GetLanguageListAsync(string shortName, string version); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|