示例#1
0
 public static Guid?GetAgencyId(this IIdentity identity)
 {
     return(identity.GetAgency()?.Id);
 }