mirror of
https://github.com/bitwarden/server
synced 2025-12-20 10:13:39 +00:00
share api
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using System;
|
||||
using Bit.Core.Domains;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Bit.Core.Repositories
|
||||
{
|
||||
public interface IShareRepository : IRepository<Share, Guid>
|
||||
{
|
||||
Task<Share> GetByIdAsync(Guid id, Guid userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user