mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
api service interface
This commit is contained in:
@@ -16,7 +16,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public class ApiService
|
||||
public class ApiService : IApiService
|
||||
{
|
||||
private readonly JsonSerializerSettings _jsonSettings = new JsonSerializerSettings
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user