Skip to content

Commit 778508c

Browse files
authored
Update ITenantProvider.cs
1 parent 6c403e1 commit 778508c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WeihanLi.Common/Services/ITenantProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ namespace WeihanLi.Common.Services;
66

77
public interface ITenantProvider
88
{
9-
string GetTenantId();
9+
string? GetTenantId();
1010

11-
TenantInfo GetTenantInfo();
11+
TenantInfo? GetTenantInfo();
1212
}
1313

1414
public static class TenantIdProviderExtensions

0 commit comments

Comments
 (0)