mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
implemented repository for device apis
This commit is contained in:
10
src/App/Abstractions/Repositories/IDeviceApiRepository.cs
Normal file
10
src/App/Abstractions/Repositories/IDeviceApiRepository.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Bit.App.Models.Api;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IDeviceApiRepository : IApiRepository<DeviceRequest, DeviceResponse, string>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user