質問編集履歴

1

コードのコメント追記

2018/07/03 12:14

投稿

gitiiii
gitiiii

スコア12

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  public string GetUserName(){
42
42
 
43
- return cache["UserName"];
43
+ return cache["UserName"]; // Prod: "Alice", Dev: "Demo"
44
44
 
45
45
  }
46
46