refactors
This commit is contained in:
@@ -12,8 +12,7 @@ namespace ModVersionChecker.service.interfaces
|
||||
Task<List<SourceResponse>> GetSources();
|
||||
Task<AppVersionsResponse?> GetAppLatestVersionAsync(App app);
|
||||
Task<bool> AuthenticateAsync(string username, string password);
|
||||
Task<List<App>> GetAppsByIds(App[] apps);
|
||||
Task<List<App>?> SearchApps(string searchText);
|
||||
|
||||
Task<List<App>> GetAppsByIds(List<App> apps);
|
||||
Task<List<App>> SearchApps(string searchText);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user