示例#1
0
 public static IAccount Find(DonationProfile dp)
 {
     return(dp != null && Profiles.ContainsValue(dp) ? Profiles.FirstOrDefault(kvp => kvp.Value == dp).Key : null);
 }