This commit is contained in:
@@ -387,8 +387,8 @@ namespace AyaNova.Biz
|
||||
using (var dr = await command.ExecuteReaderAsync())
|
||||
if (await dr.ReadAsync())
|
||||
{
|
||||
o.LastCompletedWorkOrderViz = dr.GetInt64(0);
|
||||
o.LastCompletedServiceDateViz = dr.GetDateTime(1);
|
||||
o.LastWorkOrderViz = dr.GetInt64(0);
|
||||
o.LastServiceDateViz = dr.GetDateTime(1);
|
||||
}
|
||||
|
||||
await ct.Database.CloseConnectionAsync();
|
||||
|
||||
Reference in New Issue
Block a user