mirror of
https://github.com/bitwarden/server.git
synced 2025-04-09 07:08:15 -05: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
|
|
{
|
|
|
|
}
|
|
}
|