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