This commit is contained in:
2019-06-10 20:47:00 +00:00
parent d1110a7d3c
commit 709e9ff94d
4 changed files with 50 additions and 7 deletions

View File

@@ -140,6 +140,7 @@ namespace AyaNova.Biz
Widget outObj = new Widget();
CopyObject.Copy(dbObj, outObj);
outObj.Name = outObj.Name;
//Test get serial id visible id number from generator
outObj.Serial = ServerBootConfig.WIDGET_SERIAL.GetNext();