|
@@ -247,7 +247,7 @@ namespace PRS.Shared
|
|
|
if (updates.Count > 0)
|
|
|
{
|
|
|
iCount += updates.Count;
|
|
|
- Logger.Send(LogType.Information, "", $"Converting {typeof(T).EntityName().Split('.').Last()} Times ({iCount}/{table.Rows.Count}");
|
|
|
+ Logger.Send(LogType.Information, "", $"Converting {typeof(T).EntityName().Split('.').Last()} Times ({iCount}/{table.Rows.Count})");
|
|
|
DbFactory.Provider.Save(updates);
|
|
|
updates.Clear();
|
|
|
}
|