4 lines
105 B
C#
4 lines
105 B
C#
namespace Fengling.AuthService.Models;
|
|
|
|
public record TenantInfo(long Id, string TenantId, string Name);
|