1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 10:13:39 +00:00

isUser function

This commit is contained in:
Kyle Spearrin
2019-09-17 16:55:40 -04:00
parent dcbe30b80f
commit 64ddcaaf0f
3 changed files with 11 additions and 0 deletions

View File

@@ -15,5 +15,6 @@ namespace Bit.Core.Models.Table
string BraintreeCustomerIdPrefix();
string BraintreeIdField();
string GatewayIdField();
bool IsUser();
}
}