start testing cloud service implementation
This commit is contained in:
parent
3c08d93bc5
commit
2c3f19d7ce
5 changed files with 328 additions and 0 deletions
8
MetaforceInstaller.Cloud/ICloudService.cs
Normal file
8
MetaforceInstaller.Cloud/ICloudService.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using MetaforceInstaller.Cloud.Models;
|
||||
|
||||
namespace MetaforceInstaller.Cloud;
|
||||
|
||||
public interface ICloudService
|
||||
{
|
||||
Task<List<CloudObject>> GetObjects(string webLink);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue