Beispiel #1
0
 public static Guid GetGuid(this StateBag objStateBag, string key)
 {
     return(objStateBag.GetGuid(key, Guid.Empty));
 }