ปรับปรุง app ให้โหลด js ใหม่ เสมอ

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-14 17:35:01 +07:00
parent ccf6f9328a
commit 69ab5d3df7
48 changed files with 80 additions and 75 deletions

View File

@@ -22,6 +22,11 @@ public class MyHelper
//
}
public static string GetDummyText()
{
return Guid.NewGuid().ToString();
}
public static string GetDecimalStringForReport(decimal? d)
{
string result = "";