qol: formatting

This commit is contained in:
Gary Sharp
2025-07-20 13:47:56 +10:00
parent 49da389c2c
commit 5792771ea1
158 changed files with 693 additions and 679 deletions
+2 -2
View File
@@ -14,10 +14,10 @@ namespace Disco.Models.Repository
[StringLength(500)]
public string Description { get; set; }
public decimal Cost { get; set; }
[ForeignKey("JobId")]
public virtual Job Job { get; set; }
[ForeignKey("TechUserId")]
public virtual User TechUser { get; set; }
}