mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
rename foles for subvault => collection
This commit is contained in:
10
src/Core/Services/ICollectionService.cs
Normal file
10
src/Core/Services/ICollectionService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public interface ICollectionService
|
||||
{
|
||||
Task SaveAsync(Collection collection);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user