1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-02 13:53:23 +01:00
bitwarden-server/src/Core/Services/ISubvaultService.cs

14 lines
234 B
C#
Raw Normal View History

2017-04-03 18:27:02 +02:00
using System.Threading.Tasks;
using Bit.Core.Models.Business;
using Bit.Core.Models.Table;
using System;
using System.Collections.Generic;
namespace Bit.Core.Services
{
public interface ISubvaultService
{
}
}