コード例 #1
0
ファイル: DbSnapshot.cs プロジェクト: yangbaitu/smartx-dotnet
 public string Get(string key)
 {
     return(Snap.Get(key));
 }