fix
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace MyOffice.Data.Repositories.Account;
|
||||
|
||||
using Models.Accounts;
|
||||
|
||||
public interface IAccountAccessInviteRepository
|
||||
{
|
||||
AccountAccessInvite? Get(Guid userId, string email);
|
||||
bool Add(AccountAccessInvite invite);
|
||||
bool Update(AccountAccessInvite invite);
|
||||
}
|
||||
Reference in New Issue
Block a user