質問編集履歴
1
コードのコメント追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
}
|
20
20
|
|
21
21
|
public string GetUserName(){
|
22
|
-
return cache["UserName"];
|
22
|
+
return cache["UserName"]; // Prod: "Alice", Dev: "Demo"
|
23
23
|
}
|
24
24
|
|
25
25
|
}
|