mirror of
https://github.com/bitwarden/server
synced 2025-12-13 23:03:36 +00:00
organization signup apis and data model changes
This commit is contained in:
@@ -7,6 +7,6 @@ namespace Bit.Core.Repositories
|
||||
{
|
||||
public interface IOrganizationUserRepository : IRepository<OrganizationUser, Guid>
|
||||
{
|
||||
Task<OrganizationUser> GetByIdAsync(Guid id, Guid userId);
|
||||
Task<OrganizationUser> GetByOrganizationAsync(Guid organizationId, Guid userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user