Initial project snapshot
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using RemoteAccessPlatform.Windows.Models;
|
||||
|
||||
namespace RemoteAccessPlatform.Windows.Contracts;
|
||||
|
||||
public interface IBackendResourceClient
|
||||
{
|
||||
Task<IReadOnlyList<ResourceDto>> GetResourcesAsync(string userId, string organizationId, CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user