コード例 #1
0
 public static IdentityBuilder AddAllorsStores(this IdentityBuilder builder)
 => builder
 .AddAllorsUserStore()
 .AddAllorsRoleStore();