qol: remove this

This commit is contained in:
Gary Sharp
2025-07-20 11:39:42 +10:00
parent b4e54c9edf
commit 4e518d6684
56 changed files with 282 additions and 282 deletions
+2 -2
View File
@@ -79,9 +79,9 @@ namespace Disco.Models.Repository
#region Helper Members
public decimal JobComponentsTotalCost()
{
if (this.JobComponents != null)
if (JobComponents != null)
{
return this.JobComponents.Sum(jc => jc.Cost);
return JobComponents.Sum(jc => jc.Cost);
}
return decimal.Zero;
}