示例#1
0
 public string GetValue(string key)
 {
     return(CommonHelpers.BlobGetValue(fileContent, key));
 }
示例#2
0
 public static string GeneralGetValue(string key)
 {
     InitializeGeneralDatastore();
     return(CommonHelpers.BlobGetValue(generalFileContent, key));
 }