Exemplo n.º 1
0
 public static string GetString(this StateBag objStateBag, string key)
 {
     return(objStateBag.GetString(key, string.Empty));
 }