mirror of
https://github.com/bitwarden/server.git
synced 2024-12-02 13:53:23 +01:00
14 lines
234 B
C#
14 lines
234 B
C#
|
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
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|